diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 95 |
1 files changed, 0 insertions, 95 deletions
@@ -37,9 +37,7 @@ <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> - <stagingNexusPath>content/repositories/staging/</stagingNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> - <publicNexusPath>content/repositories/public/</publicNexusPath> <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> </properties> @@ -58,101 +56,8 @@ </site> </distributionManagement--> - <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml - files among developers. Use values (not properties) so oparent can be resolved. --> - <!--repositories> - <repository> - <id>onap-public</id> - <url>${nexusproxy}/${publicNexusPath}</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>onap-releases</id> - <url>${nexusproxy}/${releaseNexusPath}</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>onap-snapshots</id> - <url>${nexusproxy}/${snapshotNexusPath}</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories--> - - <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml - files among all developers. --> - <!--pluginRepositories> - <pluginRepository> - <id>onap-plugin-public</id> - <url>${nexusproxy}/${publicNexusPath}</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - <pluginRepository> - <id>onap-plugin-release</id> - <url>${nexusproxy}/${releaseNexusPath}</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - <pluginRepository> - <id>onap-plugin-snapshots</id> - <url>${nexusproxy}/${snapshotNexusPath}</url> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> - </pluginRepositories--> - <modules> <module>server</module> <module>standalone</module> </modules> - - <!--build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>versions-maven-plugin</artifactId> - <version>1.3.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.6</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>2.10</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8</version> - </plugin> - </plugins> - </build--> </project> |