Fix merge job not working 82/17482/1
authorRobert Varga <rovarga@cisco.com>
Tue, 31 Mar 2015 17:18:54 +0000 (19:18 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 31 Mar 2015 17:19:39 +0000 (19:19 +0200)
As it turns out while moving out the parent pom contents I failed to
mention parent in the aggregator, which meant that the reactor was not
properly resolved locally.

Change-Id: Iffd390020cae2c9b0e2f8106edb856c5745b4550
Signed-off-by: Robert Varga <rovarga@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1caa77a4957b7736f22b6246c0258ff637343d2e..bc489e7f9ce0cb3a4c48aab0b8377a46b758426a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
 
     <modules>
       <module>artifacts</module>
+      <module>parent</module>
       <module>openflowplugin-api</module>
       <module>openflowplugin</module>
       <module>openflowplugin-impl</module>