[Users] maven-petals-plugin

Christophe DENEUX [via Petals ESB] ml-node+2979484-1715930381-385891 at n3.nabble.com
Tue May 24 14:39:40 CEST 2011



Point 1:
    Vouloir mettre le JAR dans un repository, revient à vouloir utiliser le
JAR en tant que dépendence (par exemple dans une appli Java). C'est pourquoi
il est normal que la SU dépende du JAR
    Sinon (pas de besoin de réuse du JAR ailleurs) il n'y a pas de raison de
déployer le JAR. Le livrable est la SU.


Point 2
    Il faut préciser le 'type' de la dépendence de la SU. Par défaut Maven
considere le type 'jar' qui n'est pas le bon car il s'agit d'une SU. Mettre
'jbi-service-unit' ou 'zip' (je ne sais plus):
    <dependency>
      <artifactId>mon-su-pojo-provide</artifactId>
      <groupId>fr.blablabla</groupId>
      <version>1.0.0-SNAPSHOT</version>
      <type>jbi-service-unit</type>
    </dependency>

-----
Christophe DENEUX
PetalsLink
CTO
_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/maven-petals-plugin-tp2978737p2979484.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/efdc6770/attachment.htm>


More information about the Users mailing list