|
@@ -142,6 +142,11 @@
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<type>license</type>
|
|
<type>license</type>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>id.co.hanoman</groupId>
|
|
|
|
|
+ <artifactId>jplugin2</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.scupid</groupId>
|
|
<groupId>com.scupid</groupId>
|
|
|
<artifactId>scutils</artifactId>
|
|
<artifactId>scutils</artifactId>
|
|
@@ -192,7 +197,7 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
<version>3.3.2</version>
|
|
<version>3.3.2</version>
|
|
|
- <configuration>
|
|
|
|
|
|
|
+ <!-- <configuration>
|
|
|
<webResources>
|
|
<webResources>
|
|
|
<resource>
|
|
<resource>
|
|
|
<directory>src/main/webapp/WEB-INF/lib</directory>
|
|
<directory>src/main/webapp/WEB-INF/lib</directory>
|
|
@@ -202,7 +207,7 @@
|
|
|
</includes>
|
|
</includes>
|
|
|
</resource>
|
|
</resource>
|
|
|
</webResources>
|
|
</webResources>
|
|
|
- </configuration>
|
|
|
|
|
|
|
+ </configuration> -->
|
|
|
</plugin>
|
|
</plugin>
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -225,6 +230,13 @@
|
|
|
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
|
|
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
|
|
|
<destFileName>id.co.hanoman.btnmw.license</destFileName>
|
|
<destFileName>id.co.hanoman.btnmw.license</destFileName>
|
|
|
</artifactItem>
|
|
</artifactItem>
|
|
|
|
|
+ <artifactItem>
|
|
|
|
|
+ <groupId>id.co.hanoman</groupId>
|
|
|
|
|
+ <artifactId>jplugin2</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
|
|
+ <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
|
|
|
|
|
+ <destFileName>jplugin2.jar</destFileName>
|
|
|
|
|
+ </artifactItem>
|
|
|
</artifactItems>
|
|
</artifactItems>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</execution>
|
|
</execution>
|
|
@@ -235,7 +247,6 @@
|
|
|
<artifactId>liberty-maven-plugin</artifactId>
|
|
<artifactId>liberty-maven-plugin</artifactId>
|
|
|
<version>3.11.1</version>
|
|
<version>3.11.1</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <configDirectory>${project.basedir}/config</configDirectory>
|
|
|
|
|
<appsDirectory>apps</appsDirectory>
|
|
<appsDirectory>apps</appsDirectory>
|
|
|
<installAppPackages>project</installAppPackages>
|
|
<installAppPackages>project</installAppPackages>
|
|
|
</configuration>
|
|
</configuration>
|
|
@@ -247,7 +258,7 @@
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|
|
|
<id>copy-my-license</id>
|
|
<id>copy-my-license</id>
|
|
|
- <phase>package</phase>
|
|
|
|
|
|
|
+ <phase>prepare-package</phase>
|
|
|
<goals>
|
|
<goals>
|
|
|
<goal>copy-resources</goal>
|
|
<goal>copy-resources</goal>
|
|
|
</goals>
|
|
</goals>
|