diff options
author | sg481n <sg481n@att.com> | 2017-08-24 17:53:35 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-24 17:53:40 -0400 |
commit | 11cd4adb77f26a099034cae477b980ca11ae6e83 (patch) | |
tree | e3da42e6f186cc8f757e5199666da1c9e613ebbe /rosetta/pom.xml | |
parent | bfc9888bc95e567d7c1a02306254099283827988 (diff) |
Update pom file in aaf/inno module
Update pom file in aa/inno rosetta some modules
to mach the package structure.
Issue-id: AAF-23
Change-Id: I5a3de88d441cddf4a22d963ea86bbdc213979cb9
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'rosetta/pom.xml')
-rw-r--r-- | rosetta/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rosetta/pom.xml b/rosetta/pom.xml index 0c9238b..72e58cd 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -105,7 +105,7 @@ <configuration>
<outputDirectory>target</outputDirectory>
<includes>
- <include>**/com/att/rosetta/**</include>
+ <include>**/org/onap/aaf/rosetta/**</include>
</includes>
</configuration>
</plugin>
|