[jira] Updated: (SUREFIRE-31) support junit 4.0

2007-01-06 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-31?page=all ] Tom Huybrechts updated SUREFIRE-31: --- Attachment: surefire-junit4.patch previous patch was missing a pom... support junit 4.0 - Key: SUREFIRE-31

[jira] Commented: (MRELEASE-122) Versionless Extension causes NullPointerException in release:prepare

2006-12-21 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-122?page=comments#action_83153 ] Tom Huybrechts commented on MRELEASE-122: - I have this one too - and not in an extension. In my dependencyManagement I have a declared a dependency to junit

[jira] Commented: (MECLIPSE-201) add support for Import-Package in MakeArtifactsMojo

2006-12-13 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-201?page=comments#action_82613 ] Tom Huybrechts commented on MECLIPSE-201: - When you do make-artifacts, you should have a complete Eclipse install in which each bundle's dependencies are

[jira] Commented: (MECLIPSE-201) add support for Import-Package in MakeArtifactsMojo

2006-12-11 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-201?page=comments#action_82403 ] Tom Huybrechts commented on MECLIPSE-201: - As an example of a POM that is incorrect because of this, look at org.eclipse.equinox.registry. Its manifest has

[jira] Created: (MECLIPSE-201) add support for Import-Package in MakeArtifactsMojo

2006-12-01 Thread Tom Huybrechts (JIRA)
add support for Import-Package in MakeArtifactsMojo --- Key: MECLIPSE-201 URL: http://jira.codehaus.org/browse/MECLIPSE-201 Project: Maven 2.x Eclipse Plugin Issue Type: New Feature

[jira] Created: (MNG-2665) broken links on http://maven.apache.org/plugins

2006-11-18 Thread Tom Huybrechts (JIRA)
broken links on http://maven.apache.org/plugins --- Key: MNG-2665 URL: http://jira.codehaus.org/browse/MNG-2665 Project: Maven 2 Issue Type: Bug Components: Documentation: General

[jira] Created: (MRM-226) indexer throws exception on test-sources jar

2006-11-16 Thread Tom Huybrechts (JIRA)
indexer throws exception on test-sources jar Key: MRM-226 URL: http://jira.codehaus.org/browse/MRM-226 Project: Archiva Issue Type: Bug Components: indexing Environment:

[jira] Commented: (MRM-226) indexer throws exception on test-sources jar

2006-11-16 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MRM-226?page=comments#action_80344 ] Tom Huybrechts commented on MRM-226: DefaultArtifactDiscoverer:90 thinks anything ending with -sources has classifier sources. indexer throws exception on test-sources

[jira] Updated: (MRM-226) indexer throws exception on test-sources jar

2006-11-16 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MRM-226?page=all ] Tom Huybrechts updated MRM-226: --- Attachment: archiva-discoverer-226-patch.txt attached a patch - explicit check for test-sources junit test included indexer throws exception on test-sources jar

[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

2006-08-09 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-640?page=comments#action_71942 ] Tom Huybrechts commented on CONTINUUM-640: -- CruiseControl regularly checks if your project has been changed in your SCM system, and builds it if it has.

[jira] Commented: (MNG-2316) Add info to the poms for dependencies that implement an API or provide other dependencies

2006-06-23 Thread Tom Huybrechts (JIRA)
[ http://jira.codehaus.org/browse/MNG-2316?page=comments#action_68091 ] Tom Huybrechts commented on MNG-2316: - This would also be useful when building OSGi bundles, which are wired to each other using Export-Package and Import-Package headers in the