diff options
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/pom.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index 6e4d8ef324..12110441ce 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -92,21 +92,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <!--version is specified in the parent poms --> - <configuration> - <source>${java.source}</source> - <target>${java.target}</target> - <optimize>true</optimize> - <showDeprecation>true</showDeprecation> - <showWarnings>true</showWarnings> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <!--version is specified in the parent poms --> + <!--version specified in parent pluginManagement --> <configuration> <descriptors> <descriptor>src/main/assembly/qpid-client-bin.xml</descriptor> |
