Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-04-27 12:11:45 +0000
committerGreg Wilkins2010-04-27 12:11:45 +0000
commitcdac2cad8948c5370eab70143d4ced18e3e8d9a3 (patch)
tree18a7d5571955e78b4d480bc574cd86b7486ab7b0 /jetty-aggregate
parente7a465de795e179343ff26fa9f761d22d0bc3b1d (diff)
downloadorg.eclipse.jetty.project-cdac2cad8948c5370eab70143d4ced18e3e8d9a3.tar.gz
org.eclipse.jetty.project-cdac2cad8948c5370eab70143d4ced18e3e8d9a3.tar.xz
org.eclipse.jetty.project-cdac2cad8948c5370eab70143d4ced18e3e8d9a3.zip
all aggregates generate source artifacts
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1576 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-aggregate')
-rw-r--r--jetty-aggregate/jetty-all-server/pom.xml4
-rw-r--r--jetty-aggregate/jetty-all/pom.xml4
-rw-r--r--jetty-aggregate/jetty-client/pom.xml4
-rw-r--r--jetty-aggregate/jetty-plus/pom.xml4
-rw-r--r--jetty-aggregate/jetty-server/pom.xml4
-rw-r--r--jetty-aggregate/jetty-servlet/pom.xml4
-rw-r--r--jetty-aggregate/jetty-webapp/pom.xml4
7 files changed, 28 insertions, 0 deletions
diff --git a/jetty-aggregate/jetty-all-server/pom.xml b/jetty-aggregate/jetty-all-server/pom.xml
index 9164834f72..5578f0c17f 100644
--- a/jetty-aggregate/jetty-all-server/pom.xml
+++ b/jetty-aggregate/jetty-all-server/pom.xml
@@ -74,6 +74,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-all/pom.xml b/jetty-aggregate/jetty-all/pom.xml
index b6f20260fd..c9939130e0 100644
--- a/jetty-aggregate/jetty-all/pom.xml
+++ b/jetty-aggregate/jetty-all/pom.xml
@@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-client/pom.xml b/jetty-aggregate/jetty-client/pom.xml
index 7d4daadf01..c75813e171 100644
--- a/jetty-aggregate/jetty-client/pom.xml
+++ b/jetty-aggregate/jetty-client/pom.xml
@@ -74,6 +74,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-plus/pom.xml b/jetty-aggregate/jetty-plus/pom.xml
index fb65d483df..5b8a9c62ca 100644
--- a/jetty-aggregate/jetty-plus/pom.xml
+++ b/jetty-aggregate/jetty-plus/pom.xml
@@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-server/pom.xml b/jetty-aggregate/jetty-server/pom.xml
index e505d84014..80ac9d4423 100644
--- a/jetty-aggregate/jetty-server/pom.xml
+++ b/jetty-aggregate/jetty-server/pom.xml
@@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-servlet/pom.xml b/jetty-aggregate/jetty-servlet/pom.xml
index 3722a2a5ae..62a198603b 100644
--- a/jetty-aggregate/jetty-servlet/pom.xml
+++ b/jetty-aggregate/jetty-servlet/pom.xml
@@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git a/jetty-aggregate/jetty-webapp/pom.xml b/jetty-aggregate/jetty-webapp/pom.xml
index c528b1b489..e09298f09c 100644
--- a/jetty-aggregate/jetty-webapp/pom.xml
+++ b/jetty-aggregate/jetty-webapp/pom.xml
@@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
</plugins>
</build>

Back to the top