diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:45:36 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:45:39 -0400 |
commit | 7f5890c6fc0fc6ac130b0946e744c23e600832e9 (patch) | |
tree | 449842935172a42a7e4cd63b4cf5aaa887eef08d /champ-lib | |
parent | 4b10d453777c4d1a984eb56e029ad2a00c490e72 (diff) |
Prepare champ for global-jjb1.5.0
Issue-ID: AAI-2483
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I9d5b7576ef008c145ca5aa41b47a4e6819e4acf6
Diffstat (limited to 'champ-lib')
-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 |
4 files changed, 0 insertions, 12 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> |