Author: jasha
Date: Tue Jan 1 17:06:43 2013
New Revision: 1427471
URL: http://svn.apache.org/viewvc?rev=1427471&view=rev
Log:
RAVE-864 No need to actually install the custom project and don't use a fixed
version
Modified:
rave/trunk/rave-custom-project-archetype/pom.xml
Modified: rave/trunk/rave-custom-project-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-custom-project-archetype/pom.xml?rev=1427471&r1=1427470&r2=1427471&view=diff
==============================================================================
--- rave/trunk/rave-custom-project-archetype/pom.xml (original)
+++ rave/trunk/rave-custom-project-archetype/pom.xml Tue Jan 1 17:06:43 2013
@@ -36,7 +36,7 @@
<properties>
<customproject.app.groupId>org.apache.rave.custom</customproject.app.groupId>
<customproject.app.artifactId>myproject</customproject.app.artifactId>
- <customproject.app.version>1.01.00</customproject.app.version>
+
<customproject.app.version>${project.version}</customproject.app.version>
<customproject.app.name>My Custom Rave Project</customproject.app.name>
</properties>
@@ -153,7 +153,7 @@
<include name="**/*.jar"/>
</fileset>
</classpath>
- <arg value="install"/>
+ <arg value="package"/>
<arg
value="-Dmaven.repo.local=${settings.localRepository}"/>
</java>
</target>