You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mrunit.apache.org by 周锋 <zh...@gmail.com> on 2013/02/01 04:01:56 UTC

can't attach mrunit sources jar with "mvn -DdownloadSources=true eclipse:eclipse"

can't attach sources jar with "mvn -U -DdownloadSources=true
-DdownloadJavadocs=false eclipse:clean eclipse:eclipse"

need help, thanks!

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"

lokki
2013-2-1

Re: can't attach mrunit sources jar with "mvn -DdownloadSources=true eclipse:eclipse"

Posted by 周锋 <zh...@gmail.com>.
create MRUNIT-175 for : can't attach sources jar with
mrunit-0.9.0-incubating-hadoop1.jar by "mvn -DdownloadSources=true
eclipse:eclipse"
https://issues.apache.org/jira/browse/MRUNIT-175

lokki
2013-2-3

2013/2/2 Brock Noland <br...@cloudera.com>

> Hi,
>
> Good find!  Can you file a JIRA for this issue here
> http://issues.apache.org/jira/browse/MRUNIT
>
> Brock
>
>

Re: can't attach mrunit sources jar with "mvn -DdownloadSources=true eclipse:eclipse"

Posted by Brock Noland <br...@cloudera.com>.
Hi,

Good find!  Can you file a JIRA for this issue here
http://issues.apache.org/jira/browse/MRUNIT

Brock


On Thu, Jan 31, 2013 at 9:01 PM, 周锋 <zh...@gmail.com> wrote:

> can't attach sources jar with "mvn -U -DdownloadSources=true
> -DdownloadJavadocs=false eclipse:clean eclipse:eclipse"
>
> need help, thanks!
>
> 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"
>
> lokki
> 2013-2-1
>



-- 
Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/