On Wed, Sep 7, 2011 at 6:38 AM, Vincent Siveton <[email protected]> wrote: > for my information, why changing parent?
I couldn't build doxia-osgi. To fix it, I has to either add a relativePath over to the parent you picked, or go back to using the global maven parent. I confess that it took less thought to put it back the way I originally wrote it. However, I also wonder if we want to think of doxia-osgi as a component of 'Doxia' proper (and we also build a bundle) instead of as a piece of the eclipse IDE. --benson > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
