Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

when trying to create the javadocs for a generated project maven fails #7

Open
reusr1 opened this issue May 27, 2015 · 1 comment
Open

Comments

@reusr1
Copy link

reusr1 commented May 27, 2015

try

mvn javadoc:aggregate

in the root of the project. You will see that the javadoc generation fails due to the acs-commons dependencies in the project

@justinedelson
Copy link
Contributor

You can workaround this by adding this into the root pom.xml file right inside the <build> element:

        <plugins>
            <plugin>
                <groupId>com.day.jcr.vault</groupId>
                <artifactId>content-package-maven-plugin</artifactId>
            </plugin>
       </plugins>

@justinedelson justinedelson reopened this May 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants