Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

unable to perform maven build project. I mentioned the error below what would be reason for that?

Avatar

Level 2

 

[ERROR] Unresolveable build extension: Plugin org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.jackrabbit:filevault-package-maven-plugin:jar:1.1.6 -> org.apache.maven:maven-core:jar:3.3.9 -> org.apache.maven:maven-model:jar:3.3.9 -> org.codehaus.plexus:plexus-utils:jar:3.0.22 @
[ERROR] Unknown packaging: content-package @ line 34, column 16
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for digital.hoodoo:workfront-tools.ui.apps:zip refers to a non-existing file C:\Users\ABBISX\codebase\ALLERGANINCProgram-p42952-uk23472\allergan-dam\ui.config\allergan-dam\ui.apps\src\main\resources\workfront-tools.ui.apps.zip @ com.allergan:allergan:0.1.0-SNAPSHOT, C:\Users\ABBISX\codebase\ALLERGANINCProgram-p42952-uk23472\pom.xml, line 651, column 29

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

it seems you were converting from the using the old content-package-maven-plugin to its filevault pendant. In line 34 of that pom.xml change the <type>content-package</type> to <type>zip</type>.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

it seems you were converting from the using the old content-package-maven-plugin to its filevault pendant. In line 34 of that pom.xml change the <type>content-package</type> to <type>zip</type>.