stephenconnolly wrote:
> 
> have you had a look at the unpackTypes configuration option of m-ear-p?
> 
> 

That was exactly what I needed and it worked (I just did this in my
profile):

<build>
                <pluginManagement>
                    <plugins>
                         <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-ear-plugin</artifactId>
                                                <version>2.3.1</version>
                                                <configuration>
                                                  
<unpackTypes>war</unpackTypes>                                                  
                                                </configuration>
                                           </plugin>
                                                               
                    </plugins>
                </pluginManagement>
            </build>

Thanks!  Now I just need to write a simple Mojo/plugin that will copy the
exploded EAR directory to the server/default/deploy directory in JBoss. 
cool.
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Creating-a-Custom-Lifecycle-tp1044781p1045261.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to