With kind regards,
Geoffrey De Smet
tim tim schreef:
hi
when i am getting drools snapshot via "mvn eclipse:eclipse"
the compiled drools jars are downloaded but the sources are not,
although i have
<downloadSources>true</downloadSources>
defined as parameter in my pom.xml and the sources of the other
libraries are downloaded correctly.
when i use drools 4.0.7 those sources are downloaded correctly.
i can find the sources manually in the
http://snapshots.jboss.org/maven2
repository, they are just not downloaded
automatically.
i deleted the |mvn-eclipse-cache.properties |file in my target directory
before calling mvn. (see
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html)
Doesn't "mvn eclipse:clean" delete that cache too?
I
don't think you need to explicitly add this one, it's always
automatically added, unless you overwrite it with the id "central" I think.
repo1.maven.org doesn't
contain snapshots as far as I know, so it should
be false
It could be that the eclipse plugin only searches on the first snapshot
repo it encounters? Which version of the eclipse plugin are you using?
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<
id>repository.jboss.org
<
http://repository.jboss.org></id>
<
url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<
id>snapshots.jboss.org <
http://snapshots.jboss.org></id>
<
url>http://snapshots.jboss.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>janino</groupId>
<artifactId>janino</artifactId>
<version>2.5.10</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>5.0.0.SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>5.0.0.SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.drools.solver</groupId>
<artifactId>drools-solver-core</artifactId>
<version>5.0.0.SNAPSHOT</version>
</dependency>
</dependencies>
unfortunately i have no idea what the problem might be and installing
the sources manually every time i update is no very attractive option..
thanks in advance, tim
------------------------------------------------------------------------
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users