Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-04-27 19:28:44 +0000
committerJoakim Erdfelt2010-04-27 19:28:44 +0000
commit5dc89af42e499d777a59e07434c8b44584d364c1 (patch)
tree706ace2aea9a74d1dbb0ed3d28687edd62892b63 /jetty-aggregate
parent51f4e49ef70883da5d4e71c965ed057858df45d0 (diff)
downloadorg.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.tar.gz
org.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.tar.xz
org.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.zip
Moving -source.jar generation to 'osgi' profile, leaving default build without -source.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1615 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.xml6
-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, 1 insertions, 29 deletions
diff --git a/jetty-aggregate/jetty-all-server/pom.xml b/jetty-aggregate/jetty-all-server/pom.xml
index c59a1405c7..e0f69b89c9 100644
--- a/jetty-aggregate/jetty-all-server/pom.xml
+++ b/jetty-aggregate/jetty-all-server/pom.xml
@@ -74,10 +74,6 @@
</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 db9ac81dcc..67ff519761 100644
--- a/jetty-aggregate/jetty-all/pom.xml
+++ b/jetty-aggregate/jetty-all/pom.xml
@@ -45,7 +45,7 @@
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
- </executions>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins
@@ -75,10 +75,6 @@
</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 d24cd94038..bf1881b500 100644
--- a/jetty-aggregate/jetty-client/pom.xml
+++ b/jetty-aggregate/jetty-client/pom.xml
@@ -74,10 +74,6 @@
</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 68f30925f7..4a1aaeb17d 100644
--- a/jetty-aggregate/jetty-plus/pom.xml
+++ b/jetty-aggregate/jetty-plus/pom.xml
@@ -75,10 +75,6 @@
</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 bd608aa94b..a8f47e91be 100644
--- a/jetty-aggregate/jetty-server/pom.xml
+++ b/jetty-aggregate/jetty-server/pom.xml
@@ -75,10 +75,6 @@
</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 51a830b9d6..ccb51b34f5 100644
--- a/jetty-aggregate/jetty-servlet/pom.xml
+++ b/jetty-aggregate/jetty-servlet/pom.xml
@@ -75,10 +75,6 @@
</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 4c568465f4..c902428126 100644
--- a/jetty-aggregate/jetty-webapp/pom.xml
+++ b/jetty-aggregate/jetty-webapp/pom.xml
@@ -75,10 +75,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- </plugin>
</plugins>
</build>

Back to the top