diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-18 15:02:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-18 15:02:13 +0000 |
commit | 84c349f342da7f67fe728bb2ef3a3b59afb4cd7e (patch) | |
tree | de5286a101f258509573101044eef51951780758 /auth/pom.xml | |
parent | 3496c43f71e2eb3e34b015a5eb8ab5b827efef1c (diff) | |
parent | b109c218ab7db28fd1cbe62c808496dfdedad809 (diff) |
Merge "Fix incorrect naming on context plugins"
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 6fe1f078d..05562509f 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -33,16 +33,8 @@ <name>${project.artifactId}</name> <description>Policy, state, and task authoring for Apex.</description> - <profiles> - <profile> - <id>apexDefault</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>cli-editor</module> - <module>cli-codegen</module> - </modules> - </profile> - </profiles> -</project>
\ No newline at end of file + <modules> + <module>cli-editor</module> + <module>cli-codegen</module> + </modules> +</project> |