Skip to content
Snippets Groups Projects
Commit 9342b06c authored by Vincent Massol's avatar Vincent Massol
Browse files

Fixed Maven2 build issues:

* There's a problem with Maven2.1 with build extensions. See http://jira.codehaus.org/browse/MNG-3097. I have found a workaround by defining build extensions in top level POMs. This seems to work fine.

* Use Platform Tools v1.1 everywhere.

* Specify XWiki dependency versions where it was missing

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk@3879 f329d543-caf0-0310-9063-dda96c69346f
parent 0ac54836
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<dependency>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-verifications</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment