This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ea80039edde7eaef1d082ab832f68483eb2f68e0 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Jun 10 13:31:57 2021 +0700 JAMES-3596 Drop spring app WAR plugin --- server/apps/spring-app/pom.xml | 67 ------------------------------------------ 1 file changed, 67 deletions(-) diff --git a/server/apps/spring-app/pom.xml b/server/apps/spring-app/pom.xml index b181971..a794c7b 100644 --- a/server/apps/spring-app/pom.xml +++ b/server/apps/spring-app/pom.xml @@ -881,73 +881,6 @@ </execution> </executions> </plugin> - <!-- - The signing process excludes the artifact created by this plugin. - The cause seems likely to be project type pom (not war). - If this is the case then releasing the war would require - reorganisation. - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <configuration> - <webResources> - <resource> - <directory>src/main/resources</directory> - <!-- override the destination directory for this resource --> - <targetPath>WEB-INF/conf/</targetPath> - <excludes> - <exclude>log4j.properties</exclude> - <exclude>**/lib/**</exclude> - </excludes> - </resource> - <resource> - <directory>src/main/resources</directory> - <!-- override the destination directory for this resource --> - <targetPath>WEB-INF/classes/</targetPath> - <includes> - <include>log4j.properties</include> - </includes> - </resource> - <resource> - <directory>src/main/config/war</directory> - <!-- override the destination directory for this resource --> - <targetPath>WEB-INF/conf/</targetPath> - - </resource> - <resource> - <directory>src/main/licensing/war</directory> - <targetPath>META-INF</targetPath> - <excludes> - <exclude>licensing.xml</exclude> - </excludes> - </resource> - <resource> - <directory>../container/spring/src/main/resources/META-INF</directory> - <targetPath>WEB-INF/conf/META-INF</targetPath> - <includes> - <include>**/*.xml</include> - </includes> - </resource> - <resource> - <directory>.</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>README*</include> - </includes> - </resource> - </webResources> - </configuration> - <executions> - <execution> - <id>make-war</id> - <goals> - <goal>war</goal> - </goals> - <phase>package</phase> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
