taikoo / paoding-rose

Automatically exported from code.google.com/p/paoding-rose
0 stars 0 forks source link

rose1.2 maven context error #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

1. using 'gradle install' paoding-rose

2. will install its ~/.m2/repostory default see the additional  a.png

3. when useing maven

<dependency>
            <groupId>net.paoding</groupId>
            <artifactId>paoding-rose</artifactId>
            <version>1.2-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>net.paoding</groupId>
            <artifactId>rose-context</artifactId>
            <version>1.2-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>net.paoding</groupId>
            <artifactId>rose</artifactId>
            <version>1.2-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>net.paoding</groupId>
            <artifactId>rose-jade</artifactId>
            <version>1.2-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>net.paoding</groupId>
            <artifactId>rose-pipe</artifactId>
            <version>1.2-SNAPSHOT</version>
        </dependency>

It will download context1.2,not using rose-context see b.png

4 using mvn dependency:tree ,find paoding-rose still include context.jar not 
rose-context.jar see c.png 

Original issue reported on code.google.com by jiaosha....@gmail.com on 15 Aug 2013 at 7:58

Attachments: