]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java
Start working on repo
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / src / main / java / org / argeo / slc / repo / maven / ImportMavenDependencies.java
index a6eb8df50d2eb192140fa77a32cd2f12c5d09205..6f9078fb064838c2fe198fc8bec3cf0f32d09c40 100644 (file)
@@ -35,6 +35,7 @@ import org.apache.commons.logging.LogFactory;
 import org.argeo.jcr.JcrUtils;
 import org.argeo.slc.SlcException;
 import org.argeo.slc.aether.AetherTemplate;
+import org.argeo.slc.repo.RepoConstants;
 import org.argeo.slc.repo.RepoNames;
 import org.argeo.slc.repo.RepoTypes;
 import org.osgi.framework.Constants;
@@ -55,7 +56,7 @@ public class ImportMavenDependencies implements Runnable {
        private Set<String> excludedArtifacts = new HashSet<String>();
 
        private Session jcrSession;
-       private String artifactBasePath = "/slc/repo/artifacts";
+       private String artifactBasePath = RepoConstants.ARTIFACTS_BASE_PATH;
        private String distributionsBasePath = "/slc/repo/distributions";
        private String distributionName;
 
@@ -477,6 +478,7 @@ public class ImportMavenDependencies implements Runnable {
                        }
                }
                res.add(curr.toString());
+               log.debug(res);
                return res;
        }