aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-06-23 11:43:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-06-23 11:43:17 +0200
commitb557885cb171dfcdf25cf08ee6f1b2b702162ddf (patch)
tree03556fc968b7201b6269a22b7ff4e287bc5ecac3
parent10d45a661a8f0785d794186ecea813e5537aa02b (diff)
downloadapp.sh-booter-jetty-b557885cb171dfcdf25cf08ee6f1b2b702162ddf.tar.gz
app.sh-booter-jetty-b557885cb171dfcdf25cf08ee6f1b2b702162ddf.tar.bz2
app.sh-booter-jetty-b557885cb171dfcdf25cf08ee6f1b2b702162ddf.tar.xz
app.sh-booter-jetty-b557885cb171dfcdf25cf08ee6f1b2b702162ddf.zip
o Using my new parent pom.
-rw-r--r--pom.xml20
1 files changed, 3 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 3d72b5c..59c1c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
<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.sonatype.oss</groupId>
- <artifactId>oss-parent</artifactId>
- <version>7</version>
+ <groupId>io.trygvis</groupId>
+ <artifactId>trygvis-parent</artifactId>
+ <version>1</version>
</parent>
<groupId>io.trygvis.appsh</groupId>
<artifactId>booter-jetty</artifactId>
@@ -87,20 +87,6 @@
<target>1.5</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.2.1</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>