java Programming Glossary: version.java
Generate a Version.java file in Maven http://stackoverflow.com/questions/2469922/generate-a-version-java-file-in-maven a Version.java file in Maven I have a Java project that I build using an Ant.. One of the tasks generates a Java source file called Version.java that contains a static String representation of the compilation.. simple target name version depends init description Create Version.java echo file src package.dir Version.java message package package.name..
|