[Users] maven-petals-plugin

sebastien [via Petals ESB] ml-node+2979418-1239829917-385891 at n3.nabble.com
Tue May 24 14:15:13 CEST 2011



Point 1: ça me m'aurait paru plus logique que le plugin installe les 2
archives qu'il génère surtout dans le cadre d'un "su POJO" ? Mais si ce
n'est pas possible alors je sortirai ma ptite classe POJO du su ...

Point 2: Je n'ai pas essayé avec une autre version car la 3.0.3 m'est
imposée malheureusement.

Le pom d'un "su"

<?xml version="1.0"?>
<project
	xmlns="http://maven.apache.org/POM/4.0.0" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
	
	<modelVersion>4.0.0</modelVersion>
	
	<name>mon-su-pojo-provide</name>
	<artifactId>mon-su-pojo-provide</artifactId>
	<groupId>fr.blablabla</groupId>
	<version>1.0.0-SNAPSHOT</version>
	<packaging>jbi-service-unit</packaging>
	<description></description>

	<dependencies>
		<dependency>
			<groupId>org.ow2.petals</groupId>
			<artifactId>petals-se-pojo</artifactId>
			<version>2.2</version>
			<scope>provided</scope>
			<type>jbi-component</type>
		</dependency>
		<dependency>
			<groupId>org.ow2.petals</groupId>
			<artifactId>petals-cdk-api</artifactId>
			<version>2.0</version>
		</dependency>
		<dependency>
			<groupId>org.ow2.petals</groupId>
			<artifactId>petals-cdk-core</artifactId>
			<version>5.0</version>
		</dependency>
		<dependency>
			<groupId>xmlbeans</groupId>
			<artifactId>xbean</artifactId>
			<version>2.2.0</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.8.2</version>
			<scope>test</scope>
		</dependency>
		

		
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.ow2.petals</groupId>
				<artifactId>maven-petals-plugin</artifactId>
				<version>2.1.2</version>
				<extensions>true</extensions>
				<configuration>
					<updateJBIXml>true</updateJBIXml>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>



Le pom de sa "sa"
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <name>mon-sa-pojo-provide</name>
  <artifactId>mon-sa-pojo-provide</artifactId>
  <groupId>fr.blablabla</groupId>
  <version>1.0.0-SNAPSHOT</version>
  <packaging>jbi-service-assembly</packaging>
  <description />
  <dependencies>
    <dependency>
      <artifactId>mon-su-pojo-provide</artifactId>
      <groupId>fr.blablabla</groupId>
      <version>1.0.0-SNAPSHOT</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.ow2.petals</groupId>
        <artifactId>maven-petals-plugin</artifactId>
        <version>2.1.3</version>
        <extensions>true</extensions>
        <configuration>
          <updateJBIXml>true</updateJBIXml>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>







_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/maven-petals-plugin-tp2978737p2979418.html
To start a new topic under Users (get help, provide help), email ml-node+2681628-1333396262-385891 at n3.nabble.com
To unsubscribe from Users (get help, provide help), visit http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2681628&code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110524/bf89a41c/attachment-0001.htm>


More information about the Users mailing list