r575 - injectMavenPropertiesInJavaFile/src/main/filter-java/com/codelutin/tech/maven
Author: tchemit Date: 2013-04-05 05:59:51 +0200 (Fri, 05 Apr 2013) New Revision: 575 Url: http://nuiton.org/projects/sandbox/repository/revisions/575 Log: tuto injectMavenPropertiesInJavaFile Modified: injectMavenPropertiesInJavaFile/src/main/filter-java/com/codelutin/tech/maven/MyClass.java Modified: injectMavenPropertiesInJavaFile/src/main/filter-java/com/codelutin/tech/maven/MyClass.java =================================================================== --- injectMavenPropertiesInJavaFile/src/main/filter-java/com/codelutin/tech/maven/MyClass.java 2013-04-05 03:57:07 UTC (rev 574) +++ injectMavenPropertiesInJavaFile/src/main/filter-java/com/codelutin/tech/maven/MyClass.java 2013-04-05 03:59:51 UTC (rev 575) @@ -9,7 +9,7 @@ public class MyClass { public static void main(String[] args) { - System.out.println("Project GAV: ${project.groupId}:${project:artifactId}:${project:version}"); + System.out.println("Project GAV: ${project.groupId}:${project.artifactId}:${project.version}"); System.out.println("Project SCM: ${scm.url}"); } }
participants (1)
-
tchemit@users.nuiton.org