diff options
-rw-r--r-- | champ-lib/champ-core/pom.xml | 3 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 3 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 3 | ||||
-rw-r--r-- | champ-lib/pom.xml | 3 | ||||
-rw-r--r-- | champ-service-deps-janus/pom.xml | 3 | ||||
-rw-r--r-- | champ-service-deps-titan/pom.xml | 3 | ||||
-rw-r--r-- | champ-service/pom.xml | 6 | ||||
-rwxr-xr-x | pom.xml | 5 |
8 files changed, 1 insertions, 28 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 78bec61..df143c4 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -168,9 +168,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>com.mycila</groupId> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 6b72c0b..02b375c 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -145,9 +145,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>com.mycila</groupId> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 9c367a1..de1426a 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -128,9 +128,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>com.mycila</groupId> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index e970843..815928f 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -123,9 +123,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>com.mycila</groupId> diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 84d248d..6407f06 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -330,9 +330,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> </plugins> </build> diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index c7a1529..2b35a34 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -295,9 +295,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> </plugins> </build> diff --git a/champ-service/pom.xml b/champ-service/pom.xml index f27ee5a..bb22cd7 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -365,12 +365,6 @@ limitations under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> </plugin> - - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai</groupId> @@ -55,9 +55,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> |