Package org.apache.maven.scm

Examples of org.apache.maven.scm.ChangeSet.toXML()


        assertFalse( "The changed files list is empty ", changedSets.isEmpty() );

        for ( Iterator<ChangeSet> i = changedSets.iterator(); i.hasNext(); )
        {
            ChangeSet changeSet = i.next();
            System.out.println( changeSet.toXML() );
        }

        // ----------------------------------------------------------------------
        // Assert the files in the updated files list
        // ----------------------------------------------------------------------
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.