Fix discrepancy between command line maven build and the one initiated by a launcher 75/2675/1
authorGiovanni Meo <gmeo@cisco.com>
Tue, 12 Nov 2013 15:19:19 +0000 (16:19 +0100)
committerGiovanni Meo <gmeo@cisco.com>
Tue, 12 Nov 2013 15:22:33 +0000 (16:22 +0100)
commit4eedc4fd6c87f5580fc8ac92710524c6a2664f5f
tree074343c88603cb2bb8f1bbca10f2b6892e3e2df3
parent2c6f5bca32d9ef4020228390143b4c2262a416d7
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 <gmeo@cisco.com>
opendaylight/distribution/opendaylight/opendaylight-assembleit-fast.launch
opendaylight/distribution/opendaylight/opendaylight-assembleit-full.launch [new file with mode: 0644]
opendaylight/distribution/opendaylight/opendaylight-assembleit-noclean.launch
opendaylight/distribution/opendaylight/opendaylight-assembleit-skiput.launch
opendaylight/distribution/opendaylight/opendaylight-assembleit-sonar.launch
opendaylight/distribution/opendaylight/opendaylight-assembleit.launch
opendaylight/distribution/opendaylight/opendaylight-sonar-fast.launch
opendaylight/distribution/opendaylight/opendaylight-sonar.launch
opendaylight/distribution/opendaylight/pom.xml