Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2011-01-18 23:59:15 +0000
committerShawn O. Pearce2011-01-20 22:46:27 +0000
commitef08017ecc70594d079b672919a0e6f0f525819b (patch)
tree467e7f2eb41651179d06c3fc7e884d50510b7c3c /org.eclipse.jgit.http.server/pom.xml
parent67e176e529877f7dad0356019ab0ebec6888739a (diff)
downloadjgit-ef08017ecc70594d079b672919a0e6f0f525819b.tar.gz
jgit-ef08017ecc70594d079b672919a0e6f0f525819b.tar.xz
jgit-ef08017ecc70594d079b672919a0e6f0f525819b.zip
Build http.server source JAR
Change-Id: I459de081fd518abfa50dd812c68eed4d1c7f8a0b Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.http.server/pom.xml')
-rw-r--r--org.eclipse.jgit.http.server/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 53e9993f82..d3521d07a0 100644
--- a/org.eclipse.jgit.http.server/pom.xml
+++ b/org.eclipse.jgit.http.server/pom.xml
@@ -97,6 +97,26 @@
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <archive>
+ <manifestFile>${source-bundle-manifest}</manifestFile>
+ </archive>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>

Back to the top