aboutsummaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-18 15:02:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-18 15:02:13 +0000
commit84c349f342da7f67fe728bb2ef3a3b59afb4cd7e (patch)
treede5286a101f258509573101044eef51951780758 /auth
parent3496c43f71e2eb3e34b015a5eb8ab5b827efef1c (diff)
parentb109c218ab7db28fd1cbe62c808496dfdedad809 (diff)
Merge "Fix incorrect naming on context plugins"
Diffstat (limited to 'auth')
-rw-r--r--auth/pom.xml18
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>