Introduce Migration 1.3
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 4 May 2012 21:17:40 +0000 (21:17 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 4 May 2012 21:17:40 +0000 (21:17 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5290 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java

index db5b45a0040f4166391f3a2b0bd79e1d269f435a..bcb745e08acb95cc5cb6badf29209d970c4b7adf 100644 (file)
@@ -216,7 +216,7 @@ public class ImportMavenDependencies implements Runnable {
                                                jarFileIndexer.index(fileNode);
                                        jcrSession.save();
 
-                                       addPdeSource(jcrSession, artifact, jarFile, artifacts);
+                                       addPdeSource(jcrSession, artifact, jarFile, artifactsWithoutSources);
                                        jcrSession.save();
 
                                        if (log.isDebugEnabled())