Examples of WarArchiverStub


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

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
TOP
Copyright © 2018 www.massapi.com. 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.