Configure parent to skip deploy step
[portal.git] / ecomp-portal-BE-common / pom.xml
index bf5f9f1..7f8da04 100644 (file)
                                </configuration>
                        </plugin>
                        
+                       <!-- No deployment step for this project -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+
                        <!--     
                        <plugin>
                            <groupId>org.codehaus.mojo</groupId>
                        <artifactId>commons-lang</artifactId>
                        <version>2.6</version>
                </dependency>
-               <dependency>
-                       <groupId>jfree</groupId>
-                       <artifactId>jfreechart</artifactId>
-                       <version>1.0.13</version>
-               </dependency>
                <!-- for generating excel/csv/excelx -->
                <dependency>
                        <groupId>org.apache.poi</groupId>