Author: jkuhnert
Date: Tue Nov 21 20:03:33 2006
New Revision: 478024
URL: http://svn.apache.org/viewvc?view=rev&rev=478024
Log:
Maven! Why do you torture me? Oh, you can't resolve maven-jar-plugin version
2.2-SNAPSHOT but you CAN resolve it
if I specify it explicitly. WTF is that about?? ????? :/ grrrrrrrrr
Modified:
tapestry/tapestry4/trunk/pom.xml
Modified: tapestry/tapestry4/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=478024&r1=478023&r2=478024
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Tue Nov 21 20:03:33 2006
@@ -284,6 +284,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>