diff options
Diffstat (limited to 'appc-directed-graph/appc-dgraph')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/.gitignore | 1 | ||||
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/.gitignore b/appc-directed-graph/appc-dgraph/provider/.gitignore index 468fdf614..e0b88df5e 100644 --- a/appc-directed-graph/appc-dgraph/provider/.gitignore +++ b/appc-directed-graph/appc-dgraph/provider/.gitignore @@ -7,3 +7,4 @@ log/ target/ /bin/ +/target-ide/ diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml index 31d472e2c..e2a9f0caa 100644 --- a/appc-directed-graph/appc-dgraph/provider/pom.xml +++ b/appc-directed-graph/appc-dgraph/provider/pom.xml @@ -94,7 +94,7 @@ </execution> </executions> <configuration> - <mainClass>org.openecomp.sdnc.dg.loader.DGXMLGenerator</mainClass> + <mainClass>org.onap.sdnc.dg.loader.DGXMLGenerator</mainClass> <arguments> <argument>${project.basedir}/src/main/resources/json</argument> <argument>${project.basedir}/src/main/resources/xml</argument> |