From 4eedc4fd6c87f5580fc8ac92710524c6a2664f5f Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Tue, 12 Nov 2013 16:19:19 +0100 Subject: [PATCH] Fix discrepancy between command line maven build and the one initiated by a launcher - m2 launchers are all set with the "Resolve Workspace Artifacts" which essentially force all the artifacts to be built in the view and if some is missing they are not downloaded from nexus. This is not inline with the command line build which is what we use in the jenkins, so restoring a consistent behavior between command line and m2 launchers. - Remove the sample.toaster-it from the distribution pom it's not needed there. - Added a new full launcher that will trigger the build also on integrations tests and docs profiles Change-Id: I09cf57ffb7771f9d1787b5ff9d24b2b0af25abb6 Signed-off-by: Giovanni Meo --- .../opendaylight-assembleit-fast.launch | 2 +- .../opendaylight-assembleit-full.launch | 21 +++++++++++++++++++ .../opendaylight-assembleit-noclean.launch | 2 +- .../opendaylight-assembleit-skiput.launch | 2 +- .../opendaylight-assembleit-sonar.launch | 2 +- .../opendaylight-assembleit.launch | 2 +- .../opendaylight-sonar-fast.launch | 2 +- .../opendaylight/opendaylight-sonar.launch | 2 +- .../distribution/opendaylight/pom.xml | 6 ------ 9 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 opendaylight/distribution/opendaylight/opendaylight-assembleit-full.launch diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit-fast.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit-fast.launch index d5e89afe72..bc5c53ca95 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-assembleit-fast.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit-fast.launch @@ -12,7 +12,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit-full.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit-full.launch new file mode 100644 index 0000000000..82b9fe22d0 --- /dev/null +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit-full.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit-noclean.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit-noclean.launch index 6900327793..f42f6577f0 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-assembleit-noclean.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit-noclean.launch @@ -10,7 +10,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit-skiput.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit-skiput.launch index 15762702a3..753839c0bb 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-assembleit-skiput.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit-skiput.launch @@ -14,7 +14,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit-sonar.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit-sonar.launch index 9134816463..b498f908f2 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-assembleit-sonar.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit-sonar.launch @@ -12,7 +12,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-assembleit.launch b/opendaylight/distribution/opendaylight/opendaylight-assembleit.launch index 7d9433399b..0edd2a734a 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-assembleit.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-assembleit.launch @@ -10,7 +10,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-sonar-fast.launch b/opendaylight/distribution/opendaylight/opendaylight-sonar-fast.launch index 64c3167c54..6d5a588441 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-sonar-fast.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-sonar-fast.launch @@ -10,7 +10,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/opendaylight-sonar.launch b/opendaylight/distribution/opendaylight/opendaylight-sonar.launch index e63b9f1133..bb66bd8a92 100644 --- a/opendaylight/distribution/opendaylight/opendaylight-sonar.launch +++ b/opendaylight/distribution/opendaylight/opendaylight-sonar.launch @@ -10,7 +10,7 @@ - + diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index db4efef030..7092f13441 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -257,12 +257,6 @@ sample-toaster-provider ${mdsal.version} - - org.opendaylight.controller.samples - sample-toaster-it - ${mdsal.version} - - org.opendaylight.yangtools -- 2.36.6