Skip to content

Commit

Permalink
Merge cb2b35c into 10b19cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ASzc committed Apr 18, 2018
2 parents 10b19cc + cb2b35c commit ee1777b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}</directory>
<directory>${project.basedir}/../</directory>
<includes>
<include>example/**</include>
<include>index.js</include>
Expand Down Expand Up @@ -90,7 +90,7 @@
<goal>set-properties</goal>
</goals>
<configuration>
<file>package.json</file>
<file>${project.basedir}/../package.json</file>
<properties>
<version.js.phantomjs>$.devDependencies.phantomjs-prebuilt</version.js.phantomjs>
<version.js.nsp>$.devDependencies.nsp</version.js.nsp>
Expand Down Expand Up @@ -216,7 +216,7 @@
</goals>
<configuration>
<descriptors>
<descriptor>dist.xml</descriptor>
<descriptor>${project.basedir}/dist.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
Expand Down

0 comments on commit ee1777b

Please sign in to comment.