Skip to content

Commit

Permalink
add deploy skip
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyijq committed Dec 27, 2018
1 parent 7cd5dde commit 50020e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
10 changes: 5 additions & 5 deletions qmq-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
</parent>

<artifactId>qmq-gateway</artifactId>
<packaging>war</packaging>
<packaging>jar</packaging>

<properties>
<maven_deploy_skip>true</maven_deploy_skip>
</properties>

<dependencies>
<dependency>
Expand Down Expand Up @@ -59,8 +63,4 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>

<build>
<finalName>ROOT</finalName>
</build>
</project>
4 changes: 0 additions & 4 deletions qmq-metaserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,4 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>

<build>
<finalName>ROOT</finalName>
</build>
</project>
4 changes: 0 additions & 4 deletions qmq-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,4 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<build>
<finalName>ROOT</finalName>
</build>
</project>

0 comments on commit 50020e5

Please sign in to comment.