
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi Vincent
Is it intended (the extra <classpath /> element) ?
<argument>-classpath</argument><classpath/>
--G
v.michaud@... a écrit :
[4718] sandbox/maven-easybeans-plugin: Add exec configuration
of unbounded client.
- Revision
- 4718
- Author
- vmichaud
- Date
- 2009-02-26 10:07:38 +0100 (Thu, 26 Feb 2009)
Log Message
Add exec configuration of unbounded client.
Modified Paths
Diff
Modified:
sandbox/maven-easybeans-plugin/examples/Unbounded-project/Unbounded-Client/pom.xml
(4717 => 4718)
--- sandbox/maven-easybeans-plugin/examples/Unbounded-project/Unbounded-Client/pom.xml 2009-02-26 09:02:23 UTC (rev 4717)
+++ sandbox/maven-easybeans-plugin/examples/Unbounded-project/Unbounded-Client/pom.xml 2009-02-26 09:07:38 UTC (rev 4718)
@@ -76,6 +76,20 @@
</archive>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <configuration>
+ <executable>java</executable>
+ <arguments>
+ <argument>-version:1.6</argument>
+ <argument>-classpath</argument><classpath/>
+ <argument>org.ow2.easybeans.mavenplugin.examples.client.Client</argument>
+ </arguments>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: sandbox/maven-easybeans-plugin/plugin/pom.xml (4717
=> 4718)
--- sandbox/maven-easybeans-plugin/plugin/pom.xml 2009-02-26 09:02:23 UTC (rev 4717)
+++ sandbox/maven-easybeans-plugin/plugin/pom.xml 2009-02-26 09:07:38 UTC (rev 4718)
@@ -125,34 +125,6 @@
<type>pom</type>
</dependency>
- <dependency>
- <groupId>org.ow2.easybeans</groupId>
- <artifactId>easybeans-rar_for_jonas-eclipselink</artifactId>
- <version>${easybeans.version}</version>
- <type>rar</type>
- </dependency>
-
- <dependency>
- <groupId>org.ow2.easybeans</groupId>
- <artifactId>easybeans-rar_for_jonas-hibernate</artifactId>
- <version>${easybeans.version}</version>
- <type>rar</type>
- </dependency>
-
- <dependency>
- <groupId>org.ow2.easybeans</groupId>
- <artifactId>easybeans-rar_for_jonas-openjpa</artifactId>
- <version>${easybeans.version}</version>
- <type>rar</type>
- </dependency>
-
- <dependency>
- <groupId>org.ow2.easybeans</groupId>
- <artifactId>easybeans-rar_for_jonas-toplink-essentials</artifactId>
- <version>${easybeans.version}</version>
- <type>rar</type>
- </dependency>
-
<!-- Set Hibernate as default persistence provider -->
<dependency>
[Guillaume_Sauthier.vcf]
begin:vcard
fn:Guillaume Sauthier
n:Sauthier;Guillaume
org:<a href="http://www.ow2.org"><img title="OW2" alt="OW2 Consortium" border="0" src="http://www.ow2.org/xwiki/bin/skin/XWiki/DefaultSkin/logoOW2.png" /></a>
adr:;;;;;;France
email;internet:guillaume.sauthier@...
title:<a href="http://jonas.ow2.org">JOnAS Application Server</a>
x-mozilla-html:TRUE
url:http://jonas.ow2.org
version:2.1
end:vcard