Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-beta-10
-
Fix Version/s: 1.0-rc1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
[bp@octopus:test]$ cat project.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<id>test</id>
<dependencies>
<dependency>
<id>ant</id>
<version>1.5.3-1</version>
</dependency>
<dependency>
<groupId>oracle</groupId>
<artifactId>classes12</artifactId>
<type>zip</type>
<version>9.2.0.3-1.2</version>
</dependency>
</dependencies>
</project>
[bp@octopus:test]$ !maven
maven -X
__ __
| \/ | __ Apache_ ___ | |||||
| \/ | / ` \ V / -) ' \ ~ intelligent projects ~ | |||||
| _ | _,_ | _/___ | _ | _ | v. 1.0-beta-10 |
|---|
[DEBUG] Adding reference: maven.dependency.classpath -> /export/tools/maven-1.0-beta-10/repository/ant/jars/ant-1.5.3-1.jar
[DEBUG] Adding reference: maven-classpath ->
BUILD SUCCESSFUL
Total time: 7 seconds
Issue Links
| This issue is related to: | ||||
| MAVEN-1680 | par files don't go to the maven.dependency.classpath see similar problem: http://jira.codehaus.org/browse/MAVEN-835 |
|
|
|
This is correct behaviour. *.zip files are general purpose archives.
*.zip is no more related to Java classpath than *.foo. The solution
is to rename the driver archive to .jar in your local repository.