Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
maven project structure optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles DAVIN committed Mar 4, 2016
1 parent 84b1923 commit c2bafdd
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

<profiles>
<profile>
<id>sign</id> <!-- this profile can be deactivated to skip artifact signature -->
<id>sign</id> <!-- this profile induce artifact signature -->
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
Expand Down Expand Up @@ -87,25 +87,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>generated/src</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -172,7 +153,6 @@
<!-- Package name -->
<packageName>com.payline.ws.model</packageName>
<!-- generated source files destination -->
<sourceDestDir>${basedir}/generated/src</sourceDestDir>
<wsdlLocation>wsdls/v${payline.wsdl.version}.wsdl</wsdlLocation>
</configuration>
</plugin>
Expand Down

0 comments on commit c2bafdd

Please sign in to comment.