Deploy server again. wot eva
This commit is contained in:
parent
e55504f9dd
commit
a97c5a42d6
@ -1,14 +1,14 @@
|
||||
From 5891b8019b304be3fbd27dd62dee1661b2ed6b90 Mon Sep 17 00:00:00 2001
|
||||
From a79a8eef650434b3171e78bf2d3fd9741c5d076a Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Sun, 3 Feb 2013 09:44:24 +1100
|
||||
Subject: [PATCH] POM Changes.
|
||||
|
||||
---
|
||||
pom.xml | 69 ++++++++++++++++++++++++++++++-----------------------------------
|
||||
1 file changed, 32 insertions(+), 37 deletions(-)
|
||||
pom.xml | 61 ++++++++++++++++++++++++-------------------------------------
|
||||
1 file changed, 24 insertions(+), 37 deletions(-)
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 5a74ee9..e04acf9 100644
|
||||
index 5a74ee9..026700f 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -1,12 +1,20 @@
|
||||
@ -82,7 +82,7 @@ index 5a74ee9..e04acf9 100644
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
@@ -145,18 +127,31 @@
|
||||
@@ -145,18 +127,23 @@
|
||||
<version>1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
@ -100,14 +100,6 @@ index 5a74ee9..e04acf9 100644
|
||||
- <plugin>
|
||||
+ <defaultGoal>install</defaultGoal>
|
||||
+ <plugins>
|
||||
+ <plugin>
|
||||
+ <!-- Don't deploy server to maven repo, only API -->
|
||||
+ <groupId>org.apache.maven.plugins</groupId>
|
||||
+ <artifactId>maven-deploy-plugin</artifactId>
|
||||
+ <configuration>
|
||||
+ <skip>true</skip>
|
||||
+ </configuration>
|
||||
+ </plugin>
|
||||
+ <plugin>
|
||||
<groupId>com.lukegb.mojo</groupId>
|
||||
<artifactId>gitdescribe-maven-plugin</artifactId>
|
||||
@ -118,7 +110,7 @@ index 5a74ee9..e04acf9 100644
|
||||
<outputPostfix></outputPostfix>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -210,7 +205,7 @@
|
||||
@@ -210,7 +197,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user