Author: ate
Date: Wed Sep 14 16:41:45 2005
New Revision: 280966
URL: http://svn.apache.org/viewcvs?rev=280966&view=rev
Log:
Correctly named portals-bridges-struts-1.2.7-${version}.jar is now installed
with jar:install instead of portals-bridges-struts-${version}.jar
Modified:
portals/bridges/trunk/struts/maven.xml
Modified: portals/bridges/trunk/struts/maven.xml
URL:
http://svn.apache.org/viewcvs/portals/bridges/trunk/struts/maven.xml?rev=280966&r1=280965&r2=280966&view=diff
==============================================================================
--- portals/bridges/trunk/struts/maven.xml (original)
+++ portals/bridges/trunk/struts/maven.xml Wed Sep 14 16:41:45 2005
@@ -29,7 +29,8 @@
<j:set var="strutsVersion" value="${pom.artifactId.substring(23)}"/>
</j:otherwise>
</j:choose>
- <j:set var="maven.final.name"
value="portals-bridges-struts-${strutsVersion}-${pom.currentVersion}"/>
+ <!-- enforce the correct artifactId for jar:jar and jar:install -->
+ <j:setProperties object="${pom}"
artifactId="portals-bridges-struts-${strutsVersion}"/>
</preGoal>
<preGoal name="jar:install">
@@ -78,5 +79,5 @@
</j:if>
</j:if>
</postGoal>
-
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]