Package org.apache.maven.plugin.assembly.stubs

Examples of org.apache.maven.plugin.assembly.stubs.WarArchiverStub


    public void testWarArchive()
        throws Exception
    {
        executeMojo( "war-plugin-config.xml" );

        WarArchiverStub archiver = (WarArchiverStub) ArchiverManagerStub.archiverStub;

        assertFalse( "Test that web.xml is not ignored", archiver.getIgnoreWebxml() );
    }
View Full Code Here


    public void testWarArchive()
        throws Exception
    {
        executeMojo( "war-plugin-config.xml" );

        WarArchiverStub archiver = (WarArchiverStub) ArchiverManagerStub.archiverStub;

        assertFalse( "Test that web.xml is not ignored", archiver.getIgnoreWebxml() );
    }
View Full Code Here

TOP

Related Classes of org.apache.maven.plugin.assembly.stubs.WarArchiverStub

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.