diff options
author | Olivier Lamy <olamy@apache.org> | 2011-09-30 14:00:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-09-30 14:00:23 +0000 |
commit | 05191844ba0e0311e29c70c777e59ba16e7a607b (patch) | |
tree | 82ebbe9a7b96fb158ad82ef9efda07fc6751f5dc /archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | |
parent | bf865287f3d45437d68e26a76018f18d452ff4ec (diff) | |
download | archiva-05191844ba0e0311e29c70c777e59ba16e7a607b.tar.gz archiva-05191844ba0e0311e29c70c777e59ba16e7a607b.zip |
add some materials to be able to use REST services in a gwt based application
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index e049f0af7..6e6a35c82 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -74,4 +74,22 @@ </exclusions> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>bind-sources</id> + <goals> + <goal>jar-no-fork</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> |