Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Console: pom refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed May 26, 2015
1 parent 215df88 commit 6d7b7d5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ui/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<hawkular.console.context>/</hawkular.console.context>
<hawkular.console.index.html.base.href>/</hawkular.console.index.html.base.href>
<bower.link.package>hawkular-ui-components</bower.link.package>
<node.version>v0.10.33</node.version>
<node.npm.version>2.1.10</node.npm.version>
<node.maven.plugin.version>0.0.23</node.maven.plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -160,7 +163,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.23</version>
<version>${node.maven.plugin.version}</version>

<configuration>
<workingDirectory>target/gulp-build/</workingDirectory>
Expand All @@ -174,8 +177,8 @@
</goals>
<phase>prepare-package</phase>
<configuration>
<nodeVersion>v0.10.33</nodeVersion>
<npmVersion>2.1.10</npmVersion>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${node.npm.version}</npmVersion>
</configuration>
</execution>

Expand Down Expand Up @@ -228,7 +231,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.23</version>
<version>${node.maven.plugin.version}</version>

<configuration>
<workingDirectory>target/gulp-build/</workingDirectory>
Expand All @@ -242,8 +245,8 @@
</goals>
<phase>prepare-package</phase>
<configuration>
<nodeVersion>v0.10.33</nodeVersion>
<npmVersion>2.1.10</npmVersion>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${node.npm.version}</npmVersion>
</configuration>
</execution>

Expand Down

0 comments on commit 6d7b7d5

Please sign in to comment.