Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit cb11182

Browse files
author
dougd
committed
Fix for parent lvl POM file. I was unable to build the jsp project due to a missing version.
Error Output: ---------------------------------------------- [ERROR] Unresolveable build extension: Error resolving version for plugin 'org.jvnet.wagon-svn:wagon-svn' from the repositories [local (/Users/dougd/.m2/repository), glassfish-repository (http://download.java.net/maven/glassfish)central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository -> [Help 2] --------------------------------------------- Once I added version 1.9 to the wagon-svn artifact the build was successful. svn path=/trunk/; revision=1272
1 parent 8652322 commit cb11182

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

parent-pom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
<extension>
144144
<groupId>org.jvnet.wagon-svn</groupId>
145145
<artifactId>wagon-svn</artifactId>
146+
<version>1.9</version>
146147
</extension>
147148
</extensions>
148149
</build>

0 commit comments

Comments
 (0)