for my information, why changing parent? Vincent
2011/9/6 <[email protected]>: > Author: bimargulies > Date: Tue Sep 6 12:41:13 2011 > New Revision: 1165641 > > URL: http://svn.apache.org/viewvc?rev=1165641&view=rev > Log: > put pom structure back how I left it until I can discuss this some more with > Vincent, thus fixing build from the doxia-osgi dir. > remove unneeded p2-repository . > > Modified: > maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/p2-repository/ > maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/pom.xml > > Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/pom.xml > URL: > http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/pom.xml?rev=1165641&r1=1165640&r2=1165641&view=diff > ============================================================================== > --- maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/pom.xml (original) > +++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi/pom.xml Tue Sep 6 > 12:41:13 2011 > @@ -23,9 +23,10 @@ under the License. > <modelVersion>4.0.0</modelVersion> > > <parent> > - <groupId>org.apache.maven.doxia.ide</groupId> > - <artifactId>eclipse-parent</artifactId> > - <version>1.0-SNAPSHOT</version> > + <groupId>org.apache.maven</groupId> > + <artifactId>maven-parent</artifactId> > + <version>21</version> > + <relativePath/> > </parent> > > <artifactId>doxia-osgi</artifactId> > @@ -45,7 +46,6 @@ under the License. > Tycho won't resolve through the reactor for the bundle. Set up the > invoker at some point > --> > <modules> > -<!-- <module>org.apache.maven.doxia.eclipse.dependencies</module> --> > - <module>p2-repository</module> > + <module>org.apache.maven.doxia.eclipse.dependencies</module> > </modules> > </project> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
