You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Emmanuel Venisse <em...@venisse.net> on 2006/11/07 22:14:19 UTC

Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Carlos,

I'm not sure it's correct. If you use continuum-model, you use java classes enhanced by jpox

Emmanuel

carlos@apache.org a écrit :
> Author: carlos
> Date: Mon Nov  6 18:12:00 2006
> New Revision: 471967
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=471967
> Log:
> Don't rebuild model and depend on binary
> 
> Modified:
>     maven/continuum/trunk/continuum-rpc-client/pom.xml
> 
> Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
> URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967
> ==============================================================================
> --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
> +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Nov  6 18:12:00 2006
> @@ -14,22 +14,6 @@
>    <build>
>      <plugins>
>        <plugin>
> -        <groupId>org.codehaus.modello</groupId>
> -        <artifactId>modello-maven-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <goals>
> -              <goal>java</goal>
> -            </goals>
> -          </execution>
> -        </executions>
> -        <configuration>
> -          <version>1.0.0</version>
> -          <packageWithVersion>false</packageWithVersion>
> -          <model>../continuum-model/src/main/mdo/continuum.xml</model>
> -        </configuration>
> -      </plugin>
> -      <plugin>
>          <groupId>org.codehaus.mojo</groupId>
>          <artifactId>exec-maven-plugin</artifactId>
>          <configuration>
> @@ -42,6 +26,11 @@
>      </plugins>
>    </build>
>    <dependencies>
> +    <dependency>
> +      <groupId>org.apache.maven.continuum</groupId>
> +      <artifactId>continuum-model</artifactId>
> +      <version>${project.version}</version>
> +    </dependency>
>      <dependency>
>        <groupId>xmlrpc</groupId>
>        <artifactId>xmlrpc</artifactId>
> 
> 
> 
> 
> 


Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Posted by Martin van den Bemt <ml...@mvdb.net>.
It is...

Mvgr,
Martin

Emmanuel Venisse wrote:
> I'm agree, but I'm not sure it will be used elsewhere that rpc-client
> 
> Carlos Sanchez a écrit :
>> ok, then we'll probably need continuum-model and continuum-model-jpox, 
>> agree ?
>>
>> On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
>>> Carlos,
>>>
>>> I'm not sure it's correct. If you use continuum-model, you use java 
>>> classes enhanced by jpox
>>>
>>> Emmanuel
>>>
>>> carlos@apache.org a écrit :
>>> > Author: carlos
>>> > Date: Mon Nov  6 18:12:00 2006
>>> > New Revision: 471967
>>> >
>>> > URL: http://svn.apache.org/viewvc?view=rev&rev=471967
>>> > Log:
>>> > Don't rebuild model and depend on binary
>>> >
>>> > Modified:
>>> >     maven/continuum/trunk/continuum-rpc-client/pom.xml
>>> >
>>> > Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
>>> > URL: 
>>> http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967 
>>>
>>> > 
>>> ============================================================================== 
>>>
>>> > --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
>>> > +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Nov  6 
>>> 18:12:00 2006
>>> > @@ -14,22 +14,6 @@
>>> >    <build>
>>> >      <plugins>
>>> >        <plugin>
>>> > -        <groupId>org.codehaus.modello</groupId>
>>> > -        <artifactId>modello-maven-plugin</artifactId>
>>> > -        <executions>
>>> > -          <execution>
>>> > -            <goals>
>>> > -              <goal>java</goal>
>>> > -            </goals>
>>> > -          </execution>
>>> > -        </executions>
>>> > -        <configuration>
>>> > -          <version>1.0.0</version>
>>> > -          <packageWithVersion>false</packageWithVersion>
>>> > -          
>>> <model>../continuum-model/src/main/mdo/continuum.xml</model>
>>> > -        </configuration>
>>> > -      </plugin>
>>> > -      <plugin>
>>> >          <groupId>org.codehaus.mojo</groupId>
>>> >          <artifactId>exec-maven-plugin</artifactId>
>>> >          <configuration>
>>> > @@ -42,6 +26,11 @@
>>> >      </plugins>
>>> >    </build>
>>> >    <dependencies>
>>> > +    <dependency>
>>> > +      <groupId>org.apache.maven.continuum</groupId>
>>> > +      <artifactId>continuum-model</artifactId>
>>> > +      <version>${project.version}</version>
>>> > +    </dependency>
>>> >      <dependency>
>>> >        <groupId>xmlrpc</groupId>
>>> >        <artifactId>xmlrpc</artifactId>
>>> >
>>> >
>>> >
>>> >
>>> >
>>>
>>>
>>
>>
> 
> 
> 

Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Posted by Brett Porter <br...@apache.org>.
Why doesn't continuum-model produce the unenhanced JAR, and attach an  
enhanced JAR as a second artifact with a classifier?

- Brett

On 08/11/2006, at 9:11 AM, Carlos Sanchez wrote:

> it's gonna be tricky because continuum-jpox would include the classes
> of continuum-model, so it has to exclude that dependency.
>
> On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
>> I'm agree, but I'm not sure it will be used elsewhere that rpc-client
>>
>> Carlos Sanchez a écrit :
>> > ok, then we'll probably need continuum-model and continuum-model- 
>> jpox,
>> > agree ?
>> >
>> > On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
>> >> Carlos,
>> >>
>> >> I'm not sure it's correct. If you use continuum-model, you use  
>> java
>> >> classes enhanced by jpox
>> >>
>> >> Emmanuel
>> >>
>> >> carlos@apache.org a écrit :
>> >> > Author: carlos
>> >> > Date: Mon Nov  6 18:12:00 2006
>> >> > New Revision: 471967
>> >> >
>> >> > URL: http://svn.apache.org/viewvc?view=rev&rev=471967
>> >> > Log:
>> >> > Don't rebuild model and depend on binary
>> >> >
>> >> > Modified:
>> >> >     maven/continuum/trunk/continuum-rpc-client/pom.xml
>> >> >
>> >> > Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
>> >> > URL:
>> >> http://svn.apache.org/viewvc/maven/continuum/trunk/continuum- 
>> rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967
>> >>
>> >> >
>> >>  
>> ===================================================================== 
>> =========
>> >>
>> >> > --- maven/continuum/trunk/continuum-rpc-client/pom.xml  
>> (original)
>> >> > +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon  
>> Nov  6
>> >> 18:12:00 2006
>> >> > @@ -14,22 +14,6 @@
>> >> >    <build>
>> >> >      <plugins>
>> >> >        <plugin>
>> >> > -        <groupId>org.codehaus.modello</groupId>
>> >> > -        <artifactId>modello-maven-plugin</artifactId>
>> >> > -        <executions>
>> >> > -          <execution>
>> >> > -            <goals>
>> >> > -              <goal>java</goal>
>> >> > -            </goals>
>> >> > -          </execution>
>> >> > -        </executions>
>> >> > -        <configuration>
>> >> > -          <version>1.0.0</version>
>> >> > -          <packageWithVersion>false</packageWithVersion>
>> >> > -          <model>../continuum-model/src/main/mdo/ 
>> continuum.xml</model>
>> >> > -        </configuration>
>> >> > -      </plugin>
>> >> > -      <plugin>
>> >> >          <groupId>org.codehaus.mojo</groupId>
>> >> >          <artifactId>exec-maven-plugin</artifactId>
>> >> >          <configuration>
>> >> > @@ -42,6 +26,11 @@
>> >> >      </plugins>
>> >> >    </build>
>> >> >    <dependencies>
>> >> > +    <dependency>
>> >> > +      <groupId>org.apache.maven.continuum</groupId>
>> >> > +      <artifactId>continuum-model</artifactId>
>> >> > +      <version>${project.version}</version>
>> >> > +    </dependency>
>> >> >      <dependency>
>> >> >        <groupId>xmlrpc</groupId>
>> >> >        <artifactId>xmlrpc</artifactId>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>
> -- 
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                             -- The Princess Bride

Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Posted by Carlos Sanchez <ca...@apache.org>.
it's gonna be tricky because continuum-jpox would include the classes
of continuum-model, so it has to exclude that dependency.

On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
> I'm agree, but I'm not sure it will be used elsewhere that rpc-client
>
> Carlos Sanchez a écrit :
> > ok, then we'll probably need continuum-model and continuum-model-jpox,
> > agree ?
> >
> > On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
> >> Carlos,
> >>
> >> I'm not sure it's correct. If you use continuum-model, you use java
> >> classes enhanced by jpox
> >>
> >> Emmanuel
> >>
> >> carlos@apache.org a écrit :
> >> > Author: carlos
> >> > Date: Mon Nov  6 18:12:00 2006
> >> > New Revision: 471967
> >> >
> >> > URL: http://svn.apache.org/viewvc?view=rev&rev=471967
> >> > Log:
> >> > Don't rebuild model and depend on binary
> >> >
> >> > Modified:
> >> >     maven/continuum/trunk/continuum-rpc-client/pom.xml
> >> >
> >> > Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
> >> > URL:
> >> http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967
> >>
> >> >
> >> ==============================================================================
> >>
> >> > --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
> >> > +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Nov  6
> >> 18:12:00 2006
> >> > @@ -14,22 +14,6 @@
> >> >    <build>
> >> >      <plugins>
> >> >        <plugin>
> >> > -        <groupId>org.codehaus.modello</groupId>
> >> > -        <artifactId>modello-maven-plugin</artifactId>
> >> > -        <executions>
> >> > -          <execution>
> >> > -            <goals>
> >> > -              <goal>java</goal>
> >> > -            </goals>
> >> > -          </execution>
> >> > -        </executions>
> >> > -        <configuration>
> >> > -          <version>1.0.0</version>
> >> > -          <packageWithVersion>false</packageWithVersion>
> >> > -          <model>../continuum-model/src/main/mdo/continuum.xml</model>
> >> > -        </configuration>
> >> > -      </plugin>
> >> > -      <plugin>
> >> >          <groupId>org.codehaus.mojo</groupId>
> >> >          <artifactId>exec-maven-plugin</artifactId>
> >> >          <configuration>
> >> > @@ -42,6 +26,11 @@
> >> >      </plugins>
> >> >    </build>
> >> >    <dependencies>
> >> > +    <dependency>
> >> > +      <groupId>org.apache.maven.continuum</groupId>
> >> > +      <artifactId>continuum-model</artifactId>
> >> > +      <version>${project.version}</version>
> >> > +    </dependency>
> >> >      <dependency>
> >> >        <groupId>xmlrpc</groupId>
> >> >        <artifactId>xmlrpc</artifactId>
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >
> >
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
I'm agree, but I'm not sure it will be used elsewhere that rpc-client

Carlos Sanchez a écrit :
> ok, then we'll probably need continuum-model and continuum-model-jpox, 
> agree ?
> 
> On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
>> Carlos,
>>
>> I'm not sure it's correct. If you use continuum-model, you use java 
>> classes enhanced by jpox
>>
>> Emmanuel
>>
>> carlos@apache.org a écrit :
>> > Author: carlos
>> > Date: Mon Nov  6 18:12:00 2006
>> > New Revision: 471967
>> >
>> > URL: http://svn.apache.org/viewvc?view=rev&rev=471967
>> > Log:
>> > Don't rebuild model and depend on binary
>> >
>> > Modified:
>> >     maven/continuum/trunk/continuum-rpc-client/pom.xml
>> >
>> > Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
>> > URL: 
>> http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967 
>>
>> > 
>> ============================================================================== 
>>
>> > --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
>> > +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Nov  6 
>> 18:12:00 2006
>> > @@ -14,22 +14,6 @@
>> >    <build>
>> >      <plugins>
>> >        <plugin>
>> > -        <groupId>org.codehaus.modello</groupId>
>> > -        <artifactId>modello-maven-plugin</artifactId>
>> > -        <executions>
>> > -          <execution>
>> > -            <goals>
>> > -              <goal>java</goal>
>> > -            </goals>
>> > -          </execution>
>> > -        </executions>
>> > -        <configuration>
>> > -          <version>1.0.0</version>
>> > -          <packageWithVersion>false</packageWithVersion>
>> > -          <model>../continuum-model/src/main/mdo/continuum.xml</model>
>> > -        </configuration>
>> > -      </plugin>
>> > -      <plugin>
>> >          <groupId>org.codehaus.mojo</groupId>
>> >          <artifactId>exec-maven-plugin</artifactId>
>> >          <configuration>
>> > @@ -42,6 +26,11 @@
>> >      </plugins>
>> >    </build>
>> >    <dependencies>
>> > +    <dependency>
>> > +      <groupId>org.apache.maven.continuum</groupId>
>> > +      <artifactId>continuum-model</artifactId>
>> > +      <version>${project.version}</version>
>> > +    </dependency>
>> >      <dependency>
>> >        <groupId>xmlrpc</groupId>
>> >        <artifactId>xmlrpc</artifactId>
>> >
>> >
>> >
>> >
>> >
>>
>>
> 
> 


Re: svn commit: r471967 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Posted by Carlos Sanchez <ca...@apache.org>.
ok, then we'll probably need continuum-model and continuum-model-jpox, agree ?

On 11/7/06, Emmanuel Venisse <em...@venisse.net> wrote:
> Carlos,
>
> I'm not sure it's correct. If you use continuum-model, you use java classes enhanced by jpox
>
> Emmanuel
>
> carlos@apache.org a écrit :
> > Author: carlos
> > Date: Mon Nov  6 18:12:00 2006
> > New Revision: 471967
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=471967
> > Log:
> > Don't rebuild model and depend on binary
> >
> > Modified:
> >     maven/continuum/trunk/continuum-rpc-client/pom.xml
> >
> > Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
> > URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=471967&r1=471966&r2=471967
> > ==============================================================================
> > --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
> > +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Nov  6 18:12:00 2006
> > @@ -14,22 +14,6 @@
> >    <build>
> >      <plugins>
> >        <plugin>
> > -        <groupId>org.codehaus.modello</groupId>
> > -        <artifactId>modello-maven-plugin</artifactId>
> > -        <executions>
> > -          <execution>
> > -            <goals>
> > -              <goal>java</goal>
> > -            </goals>
> > -          </execution>
> > -        </executions>
> > -        <configuration>
> > -          <version>1.0.0</version>
> > -          <packageWithVersion>false</packageWithVersion>
> > -          <model>../continuum-model/src/main/mdo/continuum.xml</model>
> > -        </configuration>
> > -      </plugin>
> > -      <plugin>
> >          <groupId>org.codehaus.mojo</groupId>
> >          <artifactId>exec-maven-plugin</artifactId>
> >          <configuration>
> > @@ -42,6 +26,11 @@
> >      </plugins>
> >    </build>
> >    <dependencies>
> > +    <dependency>
> > +      <groupId>org.apache.maven.continuum</groupId>
> > +      <artifactId>continuum-model</artifactId>
> > +      <version>${project.version}</version>
> > +    </dependency>
> >      <dependency>
> >        <groupId>xmlrpc</groupId>
> >        <artifactId>xmlrpc</artifactId>
> >
> >
> >
> >
> >
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride