https://issues.apache.org/bugzilla/show_bug.cgi?id=49753
--- Comment #2 from Nicolas De loof <[email protected]> 2010-08-16 10:19:18 EDT --- htmlparser has an issue in its pom : it set <parent> <artifactId>HTMLParser</artifactId> <groupId>org.htmlparser</groupId> <version>2.0-SNAPSHOT</version> </parent> where parent is HTMLParserProject I can reproduce you issue with maven 2.2.1. Using maven 3.0-beta I only get a warning : [WARNING] Invalid POM for org.htmlparser:htmlparser:jar:2.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more deta I4m in contact with htmlparser devs to improve the maven build and release 2.0, I'll report this issue. Please check with a recent maven 3 build The attached POM are only targetted to manually create the upload bundles, not to create the bundles from maven with attached sources/javadocs, that would require the project to be allready mavenized. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
