Package org.moxie

Examples of org.moxie.Metadata.toXML()


    Metadata metadata = new Metadata(dependency, isSnapshotMetadata);
    if (oldMetadata != null) {
      metadata.merge(oldMetadata);
    }

    FileUtils.writeContent(metadataFile, metadata.toXML());
    metadataFile.setLastModified(metadata.lastUpdated.getTime());
   
    // add metadata file to installed artifacts path
    reference(metadataFile);
  }
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.