]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - maven/maven-argeo-osgi-plugin/src/main/java/org/argeo/slc/maven/plugins/osgi/EquinoxExecMojo.java
Add update manifest feature
[gpl/argeo-slc.git] / maven / maven-argeo-osgi-plugin / src / main / java / org / argeo / slc / maven / plugins / osgi / EquinoxExecMojo.java
index ef849a5d6e1a7132cfd9e2dad2dc01b815675411..1289b55861bffd7f316756582c7db329d0ea3c0c 100644 (file)
@@ -134,9 +134,9 @@ public class EquinoxExecMojo extends AbstractOsgiMojo {
        protected long pause;
 
        public void execute() throws MojoExecutionException, MojoFailureException {
-               if ("bundles".equals(project.getArtifact().getType())) {
-                       System.out.println("Skip artifact of type bundles "
-                                       + artifactToString(project.getArtifact()));
+               if (PACKAGING_BUNDLE.equals(project.getArtifact().getType())) {
+                       System.out.println("Skip artifact of type " + PACKAGING_BUNDLE
+                                       + " " + artifactToString(project.getArtifact()));
                        return;
                }