diff options
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> |