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
Original issue reported on code.google.com by
jiaosha....@gmail.com
on 15 Aug 2013 at 7:58Attachments: