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

[6.2] update pom.xml to use latest uber-jar #63

Open
blefebvre opened this issue Mar 29, 2016 · 0 comments
Open

[6.2] update pom.xml to use latest uber-jar #63

blefebvre opened this issue Mar 29, 2016 · 0 comments

Comments

@blefebvre
Copy link
Owner

For reference, to install a snapshot: mvn install:install-file -Dfile=cq-quickstart-6.2.0-load20-obfuscated-apis.jar -DgroupId=com.adobe.aem -DartifactId=uber-jar -Dversion=6.2.0-load20 -Dpackaging=jar -Dclassifier=obfuscated-apis

And update the pom.xml to use:

<dependency>
            <groupId>com.adobe.aem</groupId>
            <artifactId>uber-jar</artifactId>
            <version>6.2.0-load20</version>
            <scope>provided</scope>
            <classifier>obfuscated-apis</classifier>
</dependency>
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

1 participant