Hi Sergiu, Just to let you know it's dangerous to depend on a snapshot version as it means anytime they update their snapshot we'll get the update so our build can start to fail at any time. Also, we cannot release XWiki if we have snapshot versions (at least that's the maven strategy and maven will even prevent you from doing a release) so we'll need to fix before we release 1.1 B1. I see Hibernate has used some timestamped versions, maybe we could do the same or use their versions: http://repo1.maven.org/maven2/org/hibernate/jtidy/ Thanks -Vincent On Apr 24, 2007, at 4:25 AM, Sergiu Dumitriu wrote:
Author: sdumitriu Date: 2007-04-24 04:25:11 +0200 (Tue, 24 Apr 2007) New Revision: 2972
Modified: xwiki/trunk/pom.xml Log: Adding the JTidy maven repository to the list of known repos.
Modified: xwiki/trunk/pom.xml =================================================================== --- xwiki/trunk/pom.xml 2007-04-24 01:57:38 UTC (rev 2971) +++ xwiki/trunk/pom.xml 2007-04-24 02:25:11 UTC (rev 2972) @@ -55,6 +55,14 @@ <enabled>true</enabled> </releases> </repository> + <repository> + <id>jtidy</id> + <name>JTidy Maven2 Remote Repository</name> + <url>http://jtidy.sourceforge.net/snapshots/</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> </repositories> </project>
\ No newline at end of file