diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-01-30 13:22:52 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-31 10:16:18 -0500 |
commit | 24e33a8aa73a1904fe61775ff34de44319b0e1b9 (patch) | |
tree | e011fc0e7d4d60fd6081db89a0571d9ab2537225 /sdnr/wt/websocketmanager2/installer | |
parent | 913eea4f5e7bdb32f9fa42767ccbc9b1cf04f5ef (diff) |
update websocketmanager
cleaned up pom files
Issue-ID: SDNC-1028
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib222fe89485122b0c0b724419885156295af64db
Diffstat (limited to 'sdnr/wt/websocketmanager2/installer')
-rwxr-xr-x | sdnr/wt/websocketmanager2/installer/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sdnr/wt/websocketmanager2/installer/pom.xml b/sdnr/wt/websocketmanager2/installer/pom.xml index 3abe1a31b..7c2ccffc1 100755 --- a/sdnr/wt/websocketmanager2/installer/pom.xml +++ b/sdnr/wt/websocketmanager2/installer/pom.xml @@ -90,25 +90,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> - <!-- <execution> --> - <!-- <id>copy-dependencies</id> --> - <!-- <goals> --> - <!-- <goal>copy-dependencies</goal> --> - <!-- </goals> --> - <!-- <phase>prepare-package</phase> --> - <!-- <configuration> --> - <!-- <transitive>false</transitive> --> - <!-- <outputDirectory>${project.build.directory}/assembly/system</outputDirectory> --> - <!-- <overWriteReleases>false</overWriteReleases> --> - <!-- <overWriteSnapshots>true</overWriteSnapshots> --> - <!-- <overWriteIfNewer>true</overWriteIfNewer> --> - <!-- <useRepositoryLayout>true</useRepositoryLayout> --> - <!-- <addParentPoms>false</addParentPoms> --> - <!-- <copyPom>false</copyPom> --> - <!-- <includeArtifactIds>${application.name}-model,${application.name}-provider,${application.name}</includeArtifactIds> --> - <!-- <scope>provided</scope> --> - <!-- </configuration> --> - <!-- </execution> --> <execution> <id>copy-nested-dependencies</id> <goals> |