-
The development of version 3.0 of OSLC has been moved to OW2. The updates to SourceForge will be infrequent, preferably visit here:
http://forge.objectweb.org/projects/oslcv3/.
2009-01-10 11:32:07 UTC by villoks
-
license loading ordering is random, with a low threshold a license like gplv2 vs gplv3 is chosen at random. Force a consistent ordering.
2009-01-08 20:09:43 UTC by caustin
-
use a higher threshold to prevent false positives. Also includes new regex license file names.
2009-01-08 19:59:34 UTC by caustin
-
new gpl3 licenses.
2009-01-08 19:55:11 UTC by caustin
-
allow user to override license file list. Also use by default from the program directory than home. $home can cause issues with non-login accounts.
2009-01-08 19:45:07 UTC by caustin
-
To use the new pom.xml, you have to refactor the project as following
mkdir src
mkdir src\main
mkdir src\main\java
mkdir src\main\resources
mkdir src\test
mkdir src\test\java
copy checker src\main\java
copy resources src\main\resources
copy documentation src\main\resources
copy unittests src\test\java
mvn -X install:install-file -Dfile=easyprint.jar...
2008-08-21 12:08:17 UTC by donsez
-
File Added: pom.xml.
2008-08-21 12:02:18 UTC by donsez
-
File Added: LicenseChecker.java.
2008-08-21 12:01:27 UTC by donsez
-
File Added: LicenseCheckerTask.java.
2008-08-21 12:00:36 UTC by donsez
-
Here is the source of ant task proposition for the license checker.
build it with "mvn package" but firstly move the sources in ./src/main/java and the documentation and resources in ./src/main/resources.
File Added: build4tasktest.xml.
2008-08-21 11:59:32 UTC by donsez