You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2011/09/07 12:38:45 UTC

Re: svn commit: r1165641 - in /maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi: p2-repository/ pom.xml

for my information, why changing parent?

Vincent

2011/9/6  <bi...@apache.org>:
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1165641 - in /maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi: p2-repository/ pom.xml

Posted by Benson Margulies <bi...@gmail.com>.
On Wed, Sep 7, 2011 at 6:38 AM, Vincent Siveton <vs...@apache.org> 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  <bi...@apache.org>:
>> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org