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:
c55ef65
)
Fix bug in config-parent clean configuration
94/14094/2
author
Ed Warnicke
<eaw@cisco.com>
Mon, 12 Jan 2015 03:17:19 +0000
(21:17 -0600)
committer
Ed Warnicke
<eaw@cisco.com>
Tue, 13 Jan 2015 00:46:53 +0000
(18:46 -0600)
Change-Id: I1866bfdc069d8c3d5f0f0c8990f08c727cfe64a1
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/config/config-parent/pom.xml
patch
|
blob
|
history
diff --git
a/opendaylight/config/config-parent/pom.xml
b/opendaylight/config/config-parent/pom.xml
index 0b2b634170e7541e59760e236dc249d7a2ecf33c..10c1824ebece2a24af7cc299dba79d88b03d18c3 100644
(file)
--- a/
opendaylight/config/config-parent/pom.xml
+++ b/
opendaylight/config/config-parent/pom.xml
@@
-102,6
+102,12
@@
and is available at http://www.eclipse.org/legal/epl-v10.html
<include>**</include>
</includes>
</fileset>
+ <fileset>
+ <directory>${salGeneratorPath}</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </fileset>
</filesets>
</configuration>
</plugin>