GAV =  groupId + artifactId + version.

See the sample of the mysql connector


<lib>mysql:mysql-connector-java:${mysql-connector.version}</lib>

For myfaces this would be

<lib>org.apache.myfaces.core:myfaces-api:${myfaces.version}</lib>

LieGrue,
strub




On Thursday, 13 February 2014, 19:09, maurojava <[email protected]> 
wrote:
 
escuse me  Mark i not know maven
>how i can make the last your indication:
>-------------------------------------------------------------
>for adding jars to your tomee plugin, just use the maven GAV coordinates.
>If it starts with remove:xxx, then it will remove all the jars starting
>with this string.
>-----------------------------------
>
>how i can put the jars dor tomme plugin using the GAV coordinates?
>
>
>2014-02-13 18:44 GMT+01:00 Mark Struberg [via MyFaces] <
>[email protected]>:
>
>> btw if you use the tomee-maven-plugin then you can automatically 'tune'
>> the <lib> folders with something like this:
>>
>>
>>
>> <build>
>>                 <plugins>
>>                     <plugin>
>>                         <groupId>org.apache.openejb.maven</groupId>
>>                         <artifactId>tomee-maven-plugin</artifactId>
>>                         <version>${tomee.mavenplugin.version}</version>
>>
>>                         <configuration>
>> ...
>>                           <libs>
>>
>> <lib>mysql:mysql-connector-java:${mysql-connector.version}</lib>
>>                                 <lib>remove:myfaces-api</lib>
>>                                 <lib>remove:myfaces-impl</lib>
>>                             </libs>
>>                         </configuration>
>>
>>
>> for adding jars to your tomee plugin, just use the maven GAV coordinates.
>> If it starts with remove:xxx, then it will remove all the jars starting
>> with this string.
>>
>> LieGrue,
>> strub
>>
>>
>> On Wednesday, 12 February 2014, 19:02, Karl Kildén <[hidden 
>> email]<http://user/SendEmail.jtp?type=node&node=117170&i=0>>
>> wrote:
>>
>> Try starting it outside of your IDE. If that works remove and reconnect
>> IDE
>>
>> >to a fresh TomEE on another path with the desired changes under /lib
>> >
>> >
>> >
>> >On 12 February 2014 18:48, maurojava <[hidden 
>> >email]<http://user/SendEmail.jtp?type=node&node=117170&i=1>>
>> wrote:
>> >
>> >> my jsk is : jdk1.7.0_25
>> >> my tomee :tomee 1.6.0 plus
>> >> i have added myfaces-api2.2jar and myfaces-impl2.2.jar to tomee/lib
>> >> i have removed myfaces 2.1 impl and api
>> >> i not use codi
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://myfaces.10567.n7.nabble.com/myfaces-2-2-foe-replace-myfaces-2-1-into-tomee-tp117127p117135.html
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >
>> >
>> >
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://myfaces.10567.n7.nabble.com/myfaces-2-2-foe-replace-myfaces-2-1-into-tomee-tp117127p117170.html
>>  To unsubscribe from myfaces 2.2 foe replace myfaces 2.1 into tomee, click
>> here<http://myfaces.10567.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=117127&code=bWF1cm8yamF2YTIwMTFAZ21haWwuY29tfDExNzEyN3wtMTExNzE4NzYyNQ==>
>> .
>> NAML<http://myfaces.10567.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
>
>
>--
>View this message in context: 
>http://myfaces.10567.n7.nabble.com/myfaces-2-2-foe-replace-myfaces-2-1-into-tomee-tp117127p117173.html
>
>Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to