Fix deploy issue
authorHuabingZhao <zhao.huabing@zte.com.cn>
Sat, 3 Sep 2016 07:36:29 +0000 (15:36 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Sat, 3 Sep 2016 07:39:45 +0000 (15:39 +0800)
Issue-id: OCS-47
Change-Id: I59e6120c352dc71bab4769036006e98480fe91e8
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
pom.xml
winery/org.eclipse.winery.model.csar.toscametafile/pom.xml
winery/org.eclipse.winery.model.selfservice/pom.xml
winery/org.eclipse.winery.model.tosca/pom.xml
winery/pom.xml

diff --git a/pom.xml b/pom.xml
index 762b4e5..66b6f67 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -60,9 +60,7 @@
     <modules>
         <module>common-util</module>
         <module>rest-client</module>
-        <!--   
         <module>winery</module>
-        -->
     </modules>
 
        <dependencyManagement>
index d3f4922..674dcf1 100644 (file)
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.eclipse.winery</groupId>
+               <artifactId>winery</artifactId>
+               <version>0.1.37-SNAPSHOT</version>
+       </parent>
+       
        <groupId>org.eclipse.winery</groupId>
        <artifactId>org.eclipse.winery.model.csar.toscametafile</artifactId>
        <version>0.0.4-SNAPSHOT</version>
index 844cba9..6292c41 100644 (file)
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.eclipse.winery</groupId>
+               <artifactId>winery</artifactId>
+               <version>0.1.37-SNAPSHOT</version>
+       </parent>
+       
        <groupId>org.eclipse.winery</groupId>
        <artifactId>org.eclipse.winery.model.selfservice</artifactId>
        <version>0.1.20-SNAPSHOT</version>
index fedd3b8..60ce723 100644 (file)
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.eclipse.winery</groupId>
+               <artifactId>winery</artifactId>
+               <version>0.1.37-SNAPSHOT</version>
+       </parent>
+       
        <groupId>org.eclipse.winery</groupId>
        <artifactId>org.eclipse.winery.model.tosca</artifactId>
        <version>0.1.21-SNAPSHOT</version>
index 2a89813..9daf8d7 100644 (file)
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <parent>
+         <groupId>org.openo.oparent</groupId>
+         <artifactId>oparent</artifactId>
+         <version>1.0.0-SNAPSHOT</version>
+         <relativePath></relativePath>
+       </parent>
+       
        <groupId>org.eclipse.winery</groupId>
        <artifactId>winery</artifactId>
        <version>0.1.37-SNAPSHOT</version>
                </license>
        </licenses>
        
-       <distributionManagement>
-    <repository>
-      <id>open-o-releases</id>
-      <url>${nexusproxy}/repositories/releases</url>
-    </repository>
-    <snapshotRepository>
-      <id>open-o-snapshots</id>
-      <url>${nexusproxy}/repositories/snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
-  
+       
        <scm>
                <developerConnection>scm:git:http://git.eclipse.org/gitroot/winery/org.eclipse.winery.winery.git/</developerConnection>
                <tag>HEAD</tag>
                                <artifactId>versions-maven-plugin</artifactId>
                                <version>2.1</version>
                        </plugin>
+                       
+                       <plugin>            
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                           <configuration>
+                   <skip>true</skip>
+               </configuration>
+            </plugin>
                </plugins>
+                               
        </build>
 </project>