diff --git a/pom.xml b/pom.xml index a1cce3ed..514611b2 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ - ${project.name}-${project.version} + ${project.name} true @@ -47,6 +47,32 @@ UTF-8 + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + ../build.properties + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + ${jar.path} + +