diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/DistributionManagement.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/DistributionManagement.java deleted file mode 100644 index b32566de8..000000000 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/DistributionManagement.java +++ /dev/null @@ -1,223 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.11.09 at 12:33:57 PM EST -// - - -package org.owasp.dependencycheck.jaxb.pom.generated; - -import javax.annotation.Generated; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * - * This elements describes all that pertains to distribution for a project. - * It is primarily used for deployment of artifacts and the site - * produced by the build. - * - * - *
Java class for DistributionManagement complex type. - * - *
The following schema fragment specifies the expected content contained within this class. - * - *
- * <complexType name="DistributionManagement">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="repository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
- * <element name="snapshotRepository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
- * <element name="site" type="{http://maven.apache.org/POM/4.0.0}Site" minOccurs="0"/>
- * <element name="downloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="relocation" type="{http://maven.apache.org/POM/4.0.0}Relocation" minOccurs="0"/>
- * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DistributionManagement", propOrder = {
-
-})
-@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
-public class DistributionManagement {
-
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected DeploymentRepository repository;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected DeploymentRepository snapshotRepository;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected Site site;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected String downloadUrl;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected Relocation relocation;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected String status;
-
- /**
- * Gets the value of the repository property.
- *
- * @return
- * possible object is
- * {@link DeploymentRepository }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public DeploymentRepository getRepository() {
- return repository;
- }
-
- /**
- * Sets the value of the repository property.
- *
- * @param value
- * allowed object is
- * {@link DeploymentRepository }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setRepository(DeploymentRepository value) {
- this.repository = value;
- }
-
- /**
- * Gets the value of the snapshotRepository property.
- *
- * @return
- * possible object is
- * {@link DeploymentRepository }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public DeploymentRepository getSnapshotRepository() {
- return snapshotRepository;
- }
-
- /**
- * Sets the value of the snapshotRepository property.
- *
- * @param value
- * allowed object is
- * {@link DeploymentRepository }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setSnapshotRepository(DeploymentRepository value) {
- this.snapshotRepository = value;
- }
-
- /**
- * Gets the value of the site property.
- *
- * @return
- * possible object is
- * {@link Site }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public Site getSite() {
- return site;
- }
-
- /**
- * Sets the value of the site property.
- *
- * @param value
- * allowed object is
- * {@link Site }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setSite(Site value) {
- this.site = value;
- }
-
- /**
- * Gets the value of the downloadUrl property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public String getDownloadUrl() {
- return downloadUrl;
- }
-
- /**
- * Sets the value of the downloadUrl property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setDownloadUrl(String value) {
- this.downloadUrl = value;
- }
-
- /**
- * Gets the value of the relocation property.
- *
- * @return
- * possible object is
- * {@link Relocation }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public Relocation getRelocation() {
- return relocation;
- }
-
- /**
- * Sets the value of the relocation property.
- *
- * @param value
- * allowed object is
- * {@link Relocation }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setRelocation(Relocation value) {
- this.relocation = value;
- }
-
- /**
- * Gets the value of the status property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public String getStatus() {
- return status;
- }
-
- /**
- * Sets the value of the status property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- public void setStatus(String value) {
- this.status = value;
- }
-
-}