Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook's main class not found #685

Open
stiegjo opened this issue Feb 3, 2024 · 0 comments
Open

Hook's main class not found #685

stiegjo opened this issue Feb 3, 2024 · 0 comments

Comments

@stiegjo
Copy link

stiegjo commented Feb 3, 2024

We're trying to implement AC tool on our AEM authors and have added the plugin to our parent pom. It works fine on the AEM author but we get the following error message when we try to install other apps on the publisher which doesn't have Netcentric AC tool installed:

Error: hook's main class biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook not found: actool

Here's the plugin in the pom.xml. Is there a way to only have it install on the AEM author?

   <!-- Netcentric -->
        <plugin>
            <groupId>org.apache.jackrabbit</groupId>
            <artifactId>filevault-package-maven-plugin</artifactId>
            <configuration>
                <properties>
                    <installhook.actool.class>biz.netcentric.cq.tools.actool.installhook.AcToolInstallHook</installhook.actool.class>
                </properties>
            </configuration>
        </plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant