diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-08 22:46:10 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-08 22:46:10 +0000 |
| commit | 1c55f1a65c2a685ac54488e6394608395e29ddcb (patch) | |
| tree | a93ff6e01bb57490d0174f389823b467599509f1 /java/perftests | |
| parent | 731cf16b4f25131522d8d39350a739e6d7ed0217 (diff) | |
| download | qpid-python-1c55f1a65c2a685ac54488e6394608395e29ddcb.tar.gz | |
use svnexe for uploading, generate source jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@646114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 13 | ||||
| -rw-r--r-- | java/perftests/pom.xml | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index e9a8594862..b0768f3a1c 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -124,6 +124,19 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 53df6fbf2e..f65c0f0280 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -523,6 +523,19 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> |
