Skip to content

Commit

Permalink
Removed wro4j from prod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bescott1 committed May 15, 2015
1 parent 5dc9142 commit fb63671
Showing 1 changed file with 7 additions and 56 deletions.
63 changes: 7 additions & 56 deletions pom.xml
Expand Up @@ -70,12 +70,13 @@
<tatami.message.reloading.enabled>false</tatami.message.reloading.enabled>
</properties>
<build>
<!--
<plugins>
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>${maven.wro4j.version}</version>
<executions>
<executions>
<execution>
<phase>compile</phase>
<goals>
Expand All @@ -100,6 +101,7 @@
</dependencies>
</plugin>
</plugins>
-->
</build>
</profile>
<profile>
Expand Down Expand Up @@ -132,12 +134,13 @@
<tatami.metrics.graphite.port>2003</tatami.metrics.graphite.port>
</properties>
<build>
<plugins>
<!--
<plugins>
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>${maven.wro4j.version}</version>
<executions>
<executions>
<execution>
<phase>compile</phase>
<goals>
Expand All @@ -161,6 +164,7 @@
</dependencies>
</plugin>
</plugins>
-->
</build>
</profile>
<profile>
Expand Down Expand Up @@ -1151,59 +1155,6 @@
<configFile>${project.basedir}/karma.ci.conf.js</configFile>
</configuration>
</plugin>
<!-- <plugin>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-maven-plugin</artifactId>
<version>1.3.1.5</version>
<executions>
<execution>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
<configuration>
<webDriverClassName>org.openqa.selenium.phantomjs.PhantomJSDriver</webDriverClassName>
<webDriverCapabilities>
<capability>
<name>phantomjs.binary.path</name>
<value>${phantomjs.binary}</value>
</capability>
</webDriverCapabilities>
<preloadSources>
<source>${project.basedir}/src/main/webapp/TATAMI.CONCAT.js</source>
<source>${project.basedir}/src/main/webapp/assets/bower_components/angular-mocks/angular-mocks.js</source>
<source>${project.basedir}/src/main/webapp/assets/bower_components/angular-route/angular-route.min.js</source>
</preloadSources>
<jasmineTargetDir>${project.testresult.directory}/jasmine</jasmineTargetDir>
- <jsSrcDir>src/main/webapp</jsSrcDir>
<jsTestSrcDir>src/main/test/javascript</jsTestSrcDir ->>
<sourceExcludes>
<exclude>**/bower_components/**/*.*</exclude>
<exclude>**/js/vendor/**/*.*</exclude>
</sourceExcludes>
</configuration>
</plugin> -->
<!-- <plugin>
<groupId>com.github.timurstrekalov</groupId>
<artifactId>saga-maven-plugin</artifactId>
<version>1.5.3</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>coverage</goal>
</goals>
</execution>
</executions>
<configuration>
<baseDir>http://localhost:${jasmine.serverPort}</baseDir>
<outputDir>${project.testresult.directory}/coverage/saga</outputDir>
<skipTests>${skip.unit.tests}</skipTests>
<outputStrategy>BOTH</outputStrategy>
</configuration>
</plugin> -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit fb63671

Please sign in to comment.