Skip to content
Snippets Groups Projects
Commit 6245aff6 authored by ac (mbp)'s avatar ac (mbp)
Browse files
parents 3eac8fbe 54c7ac5a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<groupId>net.leverjs</groupId>
<artifactId>Leversc_IJ</artifactId>
<version>1.0</version>
<version>${leverjs.package_json.version}</version>
<name>Leversc Viewer</name>
<description>A plugin that can send data to the leversc viewer app</description>
......@@ -48,6 +48,31 @@
<build>
<plugins>
<plugin>
<groupId>com.github.iarellano</groupId>
<artifactId>iad-json-properties-maven-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>parse-json-files</id>
<phase>initialize</phase>
<goals>
<goal>load-json-properties</goal>
</goals>
<configuration>
<skip>false</skip>
<prefix>leverjs.</prefix>
<files>
<file>
<prefix>package_json.</prefix>
<failIfFileNotFound>true</failIfFileNotFound>
<filePath>../package.json</filePath>
</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment