Browse Source

plugin management, removed less files from .war

pull/1137/merge
Justin Richer 8 years ago
parent
commit
4da1e619a0
  1. 11
      openid-connect-server-webapp/pom.xml
  2. 18
      pom.xml

11
openid-connect-server-webapp/pom.xml

@ -58,6 +58,7 @@
</excludes>
</resource>
</webResources>
<packagingExcludes>less/**</packagingExcludes>
</configuration>
</plugin>
<plugin>
@ -86,15 +87,6 @@
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>1.8.0</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<configuration>
<targetGroups>bootstrap,bootstrap-responsive</targetGroups>
<destinationFolder>${project.build.directory}/${project.build.finalName}</destinationFolder>
@ -110,7 +102,6 @@
<dependency>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-extensions</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.mitre</groupId>

18
pom.xml

@ -150,6 +150,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>1.8.0</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
@ -568,6 +581,11 @@
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-extensions</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Loading…
Cancel
Save