On Tue, Dec 4, 2012 at 11:12 AM, Simone Tripodi
<[email protected]> wrote:
> what needs to be fixed on the parent pom?

No clue - you said its work in progress :-)

Honestly I am a bit overwhelmed by this maven structure. Maybe Olivier
knows better. Sub components could not find the parent module when I
build from $root level. Just the parent path fixed that. The
aggregator (to my knowledge) should have build the parent first, but
it seems it doesn't. Not sure what is necessary to fix that.

That said, my question is: why do we need separate aggregator and
parent pom.xml? I don't see the benefitgs, but maybe it would be
possible to fix the things when we would merge onami-parent and
onami-aggregator.



>
> TIA!
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
> On Tue, Dec 4, 2012 at 11:09 AM, Christian Grobmeier
> <[email protected]> wrote:
>> On Tue, Dec 4, 2012 at 11:03 AM, Simone Tripodi
>> <[email protected]> wrote:
>>> we dropped relativePath because it breaks the build when checking out
>>> the module individually!
>>
>> Yes, i found out about that (see other mail)
>>
>>> Parent release is still a TODO and that is the main issue, once it
>>> will be released the "all-modules" build will work.
>>
>> I would like to keep it in until we have somebody working actively on
>> it - maybe on a SVN branch.
>> Otherwise we will not have the power of CI.
>>
>> WDYT of using an svn branch to fix parent pom?
>>
>> Cheers
>>
>>>
>>> Thanks!
>>> -Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://simonetripodi.livejournal.com/
>>> http://twitter.com/simonetripodi
>>> http://www.99soft.org/
>>>
>>>
>>> On Tue, Dec 4, 2012 at 9:27 AM,  <[email protected]> wrote:
>>>> Author: grobmeier
>>>> Date: Tue Dec  4 08:26:57 2012
>>>> New Revision: 1416812
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1416812&view=rev
>>>> Log:
>>>> added relative paths to parent, build is not able to find it otherwise. 
>>>> Made autobind-parent  parent the onami-parent, not the onami-aggregator
>>>>
>>>> Modified:
>>>>     incubator/onami/trunk/autobind/pom.xml
>>>>     incubator/onami/trunk/cache/pom.xml
>>>>     incubator/onami/trunk/configuration/pom.xml
>>>>     incubator/onami/trunk/guava/pom.xml
>>>>     incubator/onami/trunk/lifecycle/pom.xml
>>>>     incubator/onami/trunk/logging/pom.xml
>>>>     incubator/onami/trunk/parent/pom.xml
>>>>     incubator/onami/trunk/scheduler/pom.xml
>>>>     incubator/onami/trunk/site/pom.xml
>>>>     incubator/onami/trunk/spi/pom.xml
>>>>     incubator/onami/trunk/test/pom.xml
>>>>
>>>> Modified: incubator/onami/trunk/autobind/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/autobind/pom.xml (original)
>>>> +++ incubator/onami/trunk/autobind/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami.autobind</groupId>
>>>> @@ -38,7 +39,7 @@
>>>>    <modules>
>>>>      <module>core</module>
>>>>      <!--
>>>> -    TODO UPGRADE ROCOTO TO CURREN CONFIGURATION VERSION
>>>> +    TODO UPGRADE ROCOTO TO CURRENT CONFIGURATION VERSION
>>>>      <module>configuration</module>
>>>>      <module>examples</module>         -->
>>>>      <module>integrations</module>
>>>>
>>>> Modified: incubator/onami/trunk/cache/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/cache/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/cache/pom.xml (original)
>>>> +++ incubator/onami/trunk/cache/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/configuration/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/configuration/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/configuration/pom.xml (original)
>>>> +++ incubator/onami/trunk/configuration/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/guava/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/guava/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/guava/pom.xml (original)
>>>> +++ incubator/onami/trunk/guava/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/lifecycle/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/lifecycle/pom.xml (original)
>>>> +++ incubator/onami/trunk/lifecycle/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/logging/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/logging/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/logging/pom.xml (original)
>>>> +++ incubator/onami/trunk/logging/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -23,6 +23,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami.logging</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/parent/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/parent/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/parent/pom.xml (original)
>>>> +++ incubator/onami/trunk/parent/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -23,7 +23,6 @@
>>>>      <groupId>org.apache</groupId>
>>>>      <artifactId>apache</artifactId>
>>>>      <version>10</version>
>>>> -    <relativePath></relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/scheduler/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/scheduler/pom.xml (original)
>>>> +++ incubator/onami/trunk/scheduler/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/site/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/site/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/site/pom.xml (original)
>>>> +++ incubator/onami/trunk/site/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -23,6 +23,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/spi/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/spi/pom.xml (original)
>>>> +++ incubator/onami/trunk/spi/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -22,6 +22,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>> Modified: incubator/onami/trunk/test/pom.xml
>>>> URL: 
>>>> http://svn.apache.org/viewvc/incubator/onami/trunk/test/pom.xml?rev=1416812&r1=1416811&r2=1416812&view=diff
>>>> ==============================================================================
>>>> --- incubator/onami/trunk/test/pom.xml (original)
>>>> +++ incubator/onami/trunk/test/pom.xml Tue Dec  4 08:26:57 2012
>>>> @@ -24,6 +24,7 @@
>>>>      <groupId>org.apache.onami</groupId>
>>>>      <artifactId>onami-parent</artifactId>
>>>>      <version>1-SNAPSHOT-incubating</version>
>>>> +    <relativePath>../parent</relativePath>
>>>>    </parent>
>>>>
>>>>    <groupId>org.apache.onami</groupId>
>>>>
>>>>
>>
>>
>>
>> --
>> http://www.grobmeier.de
>> https://www.timeandbill.de



--
http://www.grobmeier.de
https://www.timeandbill.de

Reply via email to