diff options
Diffstat (limited to 'examples/examples-periodic')
-rw-r--r-- | examples/examples-periodic/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples-periodic/pom.xml b/examples/examples-periodic/pom.xml index 8894e71d7..fb8d43661 100644 --- a/examples/examples-periodic/pom.xml +++ b/examples/examples-periodic/pom.xml @@ -57,7 +57,7 @@ <goal>java</goal> </goals> <configuration> - <mainClass>org.onap.policy.apex.auth.clieditor.ApexCLIEditorMain</mainClass> + <mainClass>org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain</mainClass> <classpathScope>compile</classpathScope> <arguments> <argument>--command-file=${project.basedir}/src/main/resources/policy/${policymodel.name}.apex</argument> |