fix CCSDK parent poms 93/57893/1
authorRuchira Agarwal <ra1926@att.com>
Fri, 27 Jul 2018 18:47:27 +0000 (18:47 +0000)
committerRuchira Agarwal <ra1926@att.com>
Fri, 27 Jul 2018 18:52:14 +0000 (18:52 +0000)
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>
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/client-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/karaf4-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/single-feature-parent/pom.xml

index 00800b6..bd580b0 100755 (executable)
@@ -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>
                                                </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>
 
index ff841b5..7154708 100755 (executable)
@@ -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>
                                                </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>
 
index 034d92d..62e5f87 100644 (file)
@@ -22,7 +22,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>
index 7ed4ef7..f899cdc 100755 (executable)
@@ -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>
                                                </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>
 
index 0fcf9a6..acb9813 100755 (executable)
@@ -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>
                                                </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>
 
index 5c87337..c0dfd19 100755 (executable)
@@ -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>
                                                </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>
 
index 0d4fe3d..51b72d9 100755 (executable)
@@ -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>
                                                </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>
 
index ac63b59..26b288b 100755 (executable)
@@ -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>
                                                </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>
 
index cb4833d..a77d17b 100755 (executable)
@@ -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>
                                                </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>