diff options
author | Ruchira Agarwal <ra1926@att.com> | 2018-07-27 18:47:27 +0000 |
---|---|---|
committer | Ruchira Agarwal <ra1926@att.com> | 2018-07-27 18:52:14 +0000 |
commit | 53574ba587cb9f201e6ed1634f3c734d4156d194 (patch) | |
tree | 208cf6808525820ea4ea5352498a38d6fcaa7680 /odlparent/karaf4-parent/pom.xml | |
parent | 13293d90149b41ad29f76f1303c23c124109b1e9 (diff) |
fix CCSDK parent poms
Fix XML comment, remove maven-source-plugin block to avoid double sources.jar upload to nexus
Change-Id: I5500adf2e1471565397d5919c23aebf8b84e670a
Issue-ID: CCSDK-409
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
Diffstat (limited to 'odlparent/karaf4-parent/pom.xml')
-rwxr-xr-x | odlparent/karaf4-parent/pom.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 0fcf9a69..acb98133 100755 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -30,7 +30,7 @@ <properties> - <!--- properties from oparent --> + <!-- properties from oparent --> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -50,7 +50,7 @@ <swagger-properties>${basedir}/src/main/resources/swagger.properties</swagger-properties> <!-- If following file exist, auto-generation of sdk will be done --> <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json> - <!--- end of properties from oparent --> + <!-- end of properties from oparent --> <!-- ONAP repositories --> <onap.nexus.host>nexus.onap.org</onap.nexus.host> @@ -1086,24 +1086,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.1.1</version> - <executions> - <execution> - <id>bundle-sources</id> - <phase>package</phase> - <goals> - <!-- produce source artifact for main project sources --> - <goal>jar-no-fork</goal> - - <!-- produce source artifact for project test sources --> - <goal>test-jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> |