Skip to content

Commit

Permalink
feat: jackrabbit package plugin
Browse files Browse the repository at this point in the history
- Content Package Plugin version is too old
- Replacing its usage with Jackrabbit Package Plugin
- Disabled validation to ensure maven build doesnt throw errors

Fixes amclin#488
  • Loading branch information
Mahidhar Chaluvadi committed Sep 22, 2023
1 parent fcac6b9 commit f9f1f14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
</executions>
</plugin>
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<version>0.0.24</version>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<version>1.3.4</version>
<extensions>true</extensions>
<configuration>
<skipValidation>true</skipValidation>
<name>${project.name}</name>
<group>${project.groupId}</group>
<failOnError>true</failOnError>
<filters>
<filter>
<mode>replace</mode>
Expand Down

0 comments on commit f9f1f14

Please sign in to comment.