zhoufenglokki created MRUNIT-175: ------------------------------------ Summary: can't attach mrunit sources jar with "mvn -DdownloadSources=true eclipse:eclipse" Key: MRUNIT-175 URL: https://issues.apache.org/jira/browse/MRUNIT-175 Project: MRUnit Issue Type: Bug Affects Versions: 0.9.0 Reporter: zhoufenglokki Priority: Minor
can't attach sources jar with "mvn -U -DdownloadSources=true -DdownloadJavadocs=false eclipse:clean eclipse:eclipse" my dependency is with classifier: <dependency> <groupId>org.apache.mrunit</groupId> <artifactId>mrunit</artifactId> <version>0.9.0-incubating</version> <classifier>hadoop1</classifier> <scope>test</scope> </dependency> my maven-eclipse-plugin: <plugin> <artifactId>maven-eclipse-plugin</artifactId> <version>2.9</version> </plugin> my maven 3.0.4 uses maven central repository: http://search.maven.org/#browse|1513871525 my workaround: download "mrunit-0.9.0-incubating-sources.jar" with classifier "sources", then rename to "mrunit-0.9.0-incubating-hadoop1-sources.jar" thanks to Brock: Hi, Good find! Can you file a JIRA for this issue? from:Brock -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira