Code Review
/
controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
14647b5
)
One more fix to pass release-prepareonly
31/4831/1
author
Giovanni Meo
<gmeo@cisco.com>
Sun, 26 Jan 2014 15:02:09 +0000
(16:02 +0100)
committer
Giovanni Meo
<gmeo@cisco.com>
Sun, 26 Jan 2014 15:02:09 +0000
(16:02 +0100)
Add sanitytest as a dependency of the distribution else release would
fail
Change-Id: I69fa09c7f00b873586def2ba1452def3db3cb10f
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/distribution/opendaylight/pom.xml
patch
|
blob
|
history
diff --git
a/opendaylight/distribution/opendaylight/pom.xml
b/opendaylight/distribution/opendaylight/pom.xml
index
6733100
..
856ffec
100644
(file)
--- a/
opendaylight/distribution/opendaylight/pom.xml
+++ b/
opendaylight/distribution/opendaylight/pom.xml
@@
-539,6
+539,12
@@
</plugin>
</plugins>
</build>
+ <dependencies>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sanitytest</artifactId>
+ </dependency>
+ </dependencies>
</profile>
</profiles>