-
This would allow access by Maven, Ivy, and Groovy Grab to name a few. You can set up a local repository that is automatically synced whenever updates occur.
See http://maven.apache.org/guides/mini/guide-central-repository-upload.html.
2009-06-07 19:55:24 UTC in CodeNarc
-
gleclaire committed revision 36 to the Singularity SVN repository, changing 21 files.
2009-01-19 22:11:17 UTC in Singularity
-
gleclaire committed revision 35 to the Singularity SVN repository, changing 60 files.
2009-01-02 02:18:17 UTC in Singularity
-
gleclaire committed revision 34 to the Singularity SVN repository, changing 69 files.
2008-12-14 13:34:39 UTC in Singularity
-
gleclaire committed revision 33 to the Singularity SVN repository, changing 3 files.
2008-12-14 13:30:04 UTC in Singularity
-
Add the Maven2 Findbugs plugin link to the Links page.
2008-11-09 16:18:00 UTC in FindBugs
-
When I use the Findbugs2 class instead of the Findbugs class I do not experience the problem. I was able to validate this back to version 1.1.1
I guess if the Findbugs class is going to be deprecated the bug issue could be closed.
Garvin.
2007-03-27 23:47:57 UTC in FindBugs
-
Here is the output generated:
[INFO] No effort provided, using default effort.
[INFO] Using FindBugs Version: 1.2.0-rc2
[INFO] Using low threshold.
[INFO] Trying to Add to AuxClasspath ->[C:\laptopEclipseWork\EDI\CAQH\EDI\ejb\
target\classes, C:\Documents and Settings\Garvin\.m2\repository\com\bea\weblogic
\weblogic\8.1.4\weblogic-8.1.4.jar]
[INFO] Trying to Add to...
2007-03-20 17:37:50 UTC in FindBugs
-
Here is the output generated:
[INFO] No effort provided, using default effort.
[INFO] Using FindBugs Version: 1.2.0-rc2
[INFO] Using low threshold.
[INFO] Trying to Add to AuxClasspath ->[C:\laptopEclipseWork\EDI\CAQH\EDI\ejb\
target\classes, C:\Documents and Settings\Garvin\.m2\repository\com\bea\weblogic
\weblogic\8.1.4\weblogic-8.1.4.jar]
[INFO] Trying to Add to...
2007-03-20 16:45:37 UTC in FindBugs
-
I am getting "The following classes needed for analysis were missing" when analyzing code with the Maven 2 Findbugs plugin.
The plugin is putting the appropriate jars in the auxclasspath for the Findbugs project.
In debug mode it queries the auxclasspath of the Project and verifies the entries in FindBug's auxclasspath.
This is with versions 1.1.1, 1.1.2 and 1.2.0-rc2
Here is a...
2007-03-20 16:18:13 UTC in FindBugs