From fc645e5bbdaba22c52b08121f754dbb6ee0ed1e6 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Thu, 7 Mar 2019 13:22:15 +0100 Subject: Create pnf scar archive module Change-Id: Iad552af5d4e9f446de9abecdded317ee2065edc4 Issue-ID: VNFSDK-377 Signed-off-by: Zebek Bogumil --- csarvalidation/pom.xml | 95 +++++++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 43 deletions(-) (limited to 'csarvalidation/pom.xml') diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 0f25ba6..e42f818 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -7,7 +7,8 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + @@ -126,13 +127,21 @@ cli-main 2.0.6 test - + + + + org.assertj + assertj-core + 3.11.1 + test + + @@ -178,50 +187,50 @@ - org.apache.maven.plugins - maven-dependency-plugin - + org.apache.maven.plugins + maven-dependency-plugin + - copy-artifact - package - - copy - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.packaging} - - - ./target/lib - + copy-artifact + package + + copy + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.packaging} + + + ./target/lib + - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.0.0 - - + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.0.0 + + copy-dependencies package - copy-dependencies + copy-dependencies - ./target/lib - false - false - true - junit,jmockit + ./target/lib + false + false + true + junit,jmockit - - - + + + maven-war-plugin -- cgit 1.2.3-korg