Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 4

Which one to use ?

It seems based on what package plugin used, filter.xml syntax is different.

Can someone shed some light ? Application is on 6.3 and going to move to 6.5.

<!-- this plugin creates the content package artifact -->

  <plugin>

  <groupId>org.apache.jackrabbit</groupId>

  <artifactId>filevault-package-maven-plugin</artifactId>

  <version>1.0.0</version>

  <configuration>

  <filterSource>${basedir}/META-INF/vault/filter.xml</filterSource>

  </configuration>

  </plugin>

  <!-- this plugin is only needed for crx package manager deployment -->

  <plugin>

  <groupId>com.day.jcr.vault</groupId>

  <artifactId>content-package-maven-plugin</artifactId>

  <version>1.0.2</version>

  </plugin>

Who Me Too'd this topic