Browse Source

Merge "Build http.server source JAR"

stable-0.11
Chris Aniszczyk 14 years ago committed by Code Review
parent
commit
f214952552
  1. 20
      org.eclipse.jgit.http.server/pom.xml

20
org.eclipse.jgit.http.server/pom.xml

@ -96,6 +96,26 @@
</resources> </resources>
<plugins> <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> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<configuration> <configuration>

Loading…
Cancel
Save