diff options
author | Kuleshov, Elena <evn@att.com> | 2020-08-19 16:08:28 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-08-19 16:08:29 -0400 |
commit | 6f10c95ce58141778f4a31d1d68475808fa880a4 (patch) | |
tree | cb682e2a7025a867a495edefba8f86858edc1b6b /adapters/so-appc-orchestrator/pom.xml | |
parent | 453353c6505d06e9bc905ca886cd7ab17e8d15db (diff) |
Cleaned up appc-orchestrator
Removed unused files
Add building of original jar to so-appc-orchestrator
ApplicationControllerClient can now be sub-classed
Issue-ID: SO-3187
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I99dc4e53dbec1879a76ae184fe4b94afe1a673db
Diffstat (limited to 'adapters/so-appc-orchestrator/pom.xml')
-rw-r--r-- | adapters/so-appc-orchestrator/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml index 2229c1a60b..68814fc075 100644 --- a/adapters/so-appc-orchestrator/pom.xml +++ b/adapters/so-appc-orchestrator/pom.xml @@ -56,6 +56,16 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <id>original</id> + <phase>package</phase> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> |