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 <emmanuel@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>
>>> >
>>> >
>>> >
>>> >
>>> >
>>>
>>>
>>
>>
>
>
>
|