Browse Source

Workaround for AMPS-1112 to fix build.

pull/21/head
Xavier Shay 11 years ago
parent
commit
baa6fa37d4
  1. 7
      pom.xml

7
pom.xml

@ -136,6 +136,13 @@
<build>
<plugins>
<!-- Workaround for AMPS-1112 -->
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-amps-plugin</artifactId>
<version>${amps.version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-stash-plugin</artifactId>

Loading…
Cancel
Save