aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/snapshot-signature-plugin/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-11-06 14:38:50 +0200
committervempo <vitaliy.emporopulo@amdocs.com>2018-11-06 14:38:50 +0200
commitfbb90d54a0630768c71b4b62dd5f88235f1c7537 (patch)
tree84b37b0b486a021295232c6bf3942be99c6f4837 /openecomp-be/tools/snapshot-signature-plugin/pom.xml
parente1118da4ae420df8ff9752b40e450e013da9145d (diff)
Removed snapshot-signature-plugin
Change-Id: Iff68a1593fdd1fe5cf2bad8d067b15231208005a Issue-ID: SDC-1861 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/snapshot-signature-plugin/pom.xml')
-rw-r--r--openecomp-be/tools/snapshot-signature-plugin/pom.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/openecomp-be/tools/snapshot-signature-plugin/pom.xml b/openecomp-be/tools/snapshot-signature-plugin/pom.xml
deleted file mode 100644
index e205e01d31..0000000000
--- a/openecomp-be/tools/snapshot-signature-plugin/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>snapshot-signature-plugin</artifactId>
- <packaging>maven-plugin</packaging>
- <parent>
- <artifactId>sdc-onboarding</artifactId>
- <groupId>org.openecomp.sdc</groupId>
- <version>1.3.3-SNAPSHOT</version>
- <relativePath>../../../onboarding</relativePath>
- </parent>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <version>${maven-core.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-annotations</artifactId>
- <version>${maven-plugin-annotations.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>${maven-plugin-plugin.version}</version>
- </plugin>
- </plugins>
- </build>
-
-
-</project> \ No newline at end of file