Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-07-05 13:50:26 +0000
committerGreg Wilkins2010-07-05 13:50:26 +0000
commit0fb891e968c9813b86f3c9820541fd98d7e2a85d (patch)
treef084886560325152fc5aa022ecbbbead746e9cd5 /jetty-osgi/jetty-osgi-boot-jsp/pom.xml
parenta4d25de6c433eae65d3982bbac178335406d3e93 (diff)
downloadorg.eclipse.jetty.project-0fb891e968c9813b86f3c9820541fd98d7e2a85d.tar.gz
org.eclipse.jetty.project-0fb891e968c9813b86f3c9820541fd98d7e2a85d.tar.xz
org.eclipse.jetty.project-0fb891e968c9813b86f3c9820541fd98d7e2a85d.zip
rolled back r2014 because it is needed by codehaus release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2074 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-osgi/jetty-osgi-boot-jsp/pom.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot-jsp/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 61a5b2243c..05a4f171bd 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -67,6 +67,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>artifact-jar</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>test-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<archive>
<manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>

Back to the top