you need http://svn.apache.org/viewvc?view=revision&revision=924886
see: http://www.mail-archive.com/comm...@activemq.apache.org/msg07282.htmlfor some detail On 18 March 2010 17:29, <dej...@apache.org> wrote: > Author: dejanb > Date: Thu Mar 18 16:29:09 2010 > New Revision: 924886 > > URL: http://svn.apache.org/viewvc?rev=924886&view=rev > Log: > merging 881433 - jaxb plugin problem > > Modified: > activemq/branches/activemq-5.3/activemq-xmpp/pom.xml > > Modified: activemq/branches/activemq-5.3/activemq-xmpp/pom.xml > URL: > http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-xmpp/pom.xml?rev=924886&r1=924885&r2=924886&view=diff > > ============================================================================== > --- activemq/branches/activemq-5.3/activemq-xmpp/pom.xml (original) > +++ activemq/branches/activemq-5.3/activemq-xmpp/pom.xml Thu Mar 18 > 16:29:09 2010 > @@ -32,20 +32,28 @@ > <repositories> > <repository> > <id>maven2-repository.dev.java.net</id> > - <name>Java.net Maven Repository </name> > + <name>Java.net Maven 2 Repository</name> > <url>http://download.java.net/maven/2</url> > </repository> > <repository> > - <id>codehaus</id> > - <name>Codehaus Maven 2 Repository</name> > - <url>http://repository.codehaus.org/</url> > + <id>maven-repository.dev.java.net</id> > + <name>Java.net Maven 1 Repository (legacy)</name> > + <url>http://download.java.net/maven/1</url> > + <layout>legacy</layout> > </repository> > </repositories> > <pluginRepositories> > <pluginRepository> > <id>maven2-repository.dev.java.net</id> > + <name>Java.net Maven 2 Repository (legacy)</name> > <url>http://download.java.net/maven/2</url> > </pluginRepository> > + <pluginRepository> > + <id>maven-repository.dev.java.net</id> > + <name>Java.net Maven 1 Repository (legacy)</name> > + <url>http://download.java.net/maven/1</url> > + <layout>legacy</layout> > + </pluginRepository> > </pluginRepositories> > > <dependencies> > > > -- http://blog.garytully.com Open Source Integration http://fusesource.com