WordPress database error: [Disk full (/tmp/#sql-temptable-1-261069-25fe.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Recently I wanted to include the version of an artifact generated by a Maven build into a text file in that artifact. As Google and and good friends will help you with, I was pointed to this article<\/a> that was exactly what I wanted.<\/p>\n Basically, create a \/src\/main\/resources\/version.txt file with the following content…<\/p>\n … then including the following snippet in your “build”…<\/p>\n Recently I wanted to include the version of an artifact generated by a Maven build into a text file in that artifact. As Google and and good friends will help you with, I was pointed to this article that was exactly what I wanted. Basically, create a \/src\/main\/resources\/version.txt file with the following content… ${project.version} … … Continue reading Including the version in a Maven artifact<\/span> ${project.version}<\/code><\/pre>\n
\r\n<build>\r\n <resources>\r\n <resource>\r\n <directory>src\/main\/resources<\/directory>\r\n <filtering>true<\/filtering>\r\n <includes>\r\n <include>**\/version.txt<\/include>\r\n <\/includes>\r\n <\/resource>\r\n <resource>\r\n <directory>src\/main\/resources<\/directory>\r\n <filtering>false<\/filtering>\r\n <excludes>\r\n <exclude>**\/version.txt<\/exclude>\r\n <\/excludes>\r\n <\/resource>\r\n <\/resources>\r\n<\/build>\r\n<\/code><\/pre>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"