]> 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 8d5ff5ae251594fbfed194ac2b9c5923694172a4..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;