From b109c218ab7db28fd1cbe62c808496dfdedad809 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Jul 2018 11:23:20 +0100 Subject: Fix incorrect naming on context plugins This change fixes inconsistent naming on the context plugins in APEX. All plugins should fillow the naming convention of plugin-A.plugin-A.B.plugin.A.B.C and so on. Not following this convention breaks the APEX documentation build. Issue-ID: POLICY-954 Change-Id: I8aad4a28d143427e60017eaa119ee4f7ce9f5b3d Signed-off-by: liamfallon --- auth/pom.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'auth') 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 @@ ${project.artifactId} Policy, state, and task authoring for Apex. - - - apexDefault - - true - - - cli-editor - cli-codegen - - - - \ No newline at end of file + + cli-editor + cli-codegen + + -- cgit 1.2.3-korg