On 7/8/10 11:28 AM, asookazian wrote:
> I just realized something very basic after reading first chapter of Maven 2:
> Effective Implementation.  "The web application archive is produced in the
> target directory, which is Maven's default working directory.  There you
> will find both the target/simple-webapp subdirectory that contains the
> exploded, or unpacked, web application contents ready to be packaged, and
> the target/simple-webapp.war file that contains those files after the
> packaging process."
> 
> So perhaps if the unpack goal of the jboss-maven-plugin was modified to use
> the already exploded WAR in the exploded EAR, then we would be good.  At
> least as far as JBoss users are concerned...
No. The way that dependencies go from project to project is via
artifacts installed/deployed into the local repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to