mahmud83 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

version number wildcard fails from 3.9.0-rc1 (<version>[4.4,)</version>) #465

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add <dependency>
            <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
            <artifactId>extra-abs</artifactId>
            <version>0.9.9</version>
            <type>aar</type>
        </dependency>  
2. Choose 3.9.0-rc1 as android.plugin.version
3. Let maven package

What is the expected output?
Build success

What do you see instead?
[ERROR] Could not resolve dependencies for ....:1.0-SNAPSHOT: Could not resolve 
dependencies for com.actionbarsherlock:actionbarsherlock:aar:[4.4,): Failed to 
read artifact descriptor for 
com.actionbarsherlock:actionbarsherlock:aar:[4.4,): Could not transfer artifact 
com.actionbarsherlock:actionbarsherlock:pom:[4.4,) from/to central 
(http://repo.maven.apache.org/maven2): IllegalArgumentException: Illegal 
character in path at index 76: 
http://repo.maven.apache.org/maven2/com/actionbarsherlock/actionbarsherlock/[4.4
,)/actionbarsherlock-[4.4,).pom -> [Help 1]

What version of maven-android-plugin are you using?
3.9.0-rc.1

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
17:22:22+0200)
Maven home: /usr/local/Cellar/maven/3.1.1/libexec
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"

Please provide any additional information below.

Original issue reported on code.google.com by a.w.duij...@gmail.com on 14 May 2014 at 1:29

GoogleCodeExporter commented 9 years ago
Can you please make a cut down project available that highlights the issue.

Original comment by william....@xandar.com.au on 14 May 2014 at 10:33

GoogleCodeExporter commented 9 years ago
As it stands there is not enough info in this issue to do anything.

Original comment by mosa...@gmail.com on 15 May 2014 at 4:16