You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2006/02/28 22:35:36 UTC

[jira] Closed: (MEAR-21) Wrong example in howto.apt

     [ http://jira.codehaus.org/browse/MEAR-21?page=all ]
     
Stephane Nicoll closed MEAR-21:
-------------------------------

     Resolution: Fixed
    Fix Version: 2.2

Applied, thanks!
http://maven.apache.org/plugins/maven-ear-plugin/howto.html


> Wrong example in howto.apt
> --------------------------
>
>          Key: MEAR-21
>          URL: http://jira.codehaus.org/browse/MEAR-21
>      Project: Maven 2.x Ear Plugin
>         Type: Improvement

>     Reporter: Lilians Auvigne
>     Assignee: Stephane Nicoll
>      Fix For: 2.2
>  Attachments: majDoc.diff
>
>
> Old is :
> {code:xml} 
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-ear-plugin</artifactId>
>         <defaultBundleDir>APP-INF/lib
>          <configuration>
>             [...]
>             <modules>
>               <javaModule>
> {code} 
> New :      
> {code:xml}  <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-ear-plugin</artifactId>
>          <configuration>
>            <defaultBundleDir>APP-INF/lib</defaultBundleDir>
>             [...]
>             <modules>
>               <javaModule>
> {code} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org