summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2017-01-06 16:06:12 +0100
committerfreva <valerijf@yahoo-inc.com>2017-01-06 16:06:12 +0100
commit226402d101a305491732eaa8b624aeb36fa4bbbd (patch)
tree5de3b8ce65aaa9d3b9dc3bc177226700a280c444 /node-admin/pom.xml
parentf495c008acfad07a99a67259103933cc9cc730a6 (diff)
Deploy node-admin
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 159124f6657..9223710e873 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -148,6 +148,29 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.9.1</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>target/${project.artifactId}-jar-with-dependencies.jar</file>
+ <type>jar</type>
+ <classifier>deploy</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>