Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.3
-
None
-
None
-
None
-
Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Maven home: c:\Users\visola\Downloads\springsource\apache-maven-3.0.3
Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
Java home: c:\Program Files\Java\jdk1.6.0_32\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
maven-assembly-plugin:2.3Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) Maven home: c:\Users\visola\Downloads\springsource\apache-maven-3.0.3 Java version: 1.6.0_32, vendor: Sun Microsystems Inc. Java home: c:\Program Files\Java\jdk1.6.0_32\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" maven-assembly-plugin:2.3
Description
When adding a "dir" format to the assembly file, it will output a bogus warning like the following:
[WARNING] Assembly file: c:\Users\visola\temp\test\target\test-1.0.0 is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
I think it is related to bug: http://jira.codehaus.org/browse/MASSEMBLY-289
Attached is an example project that can reproduce the problem just running "mvn clean install"
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-289 Fix bogus warning about attaching non-regular file
- Closed
- is required by
-
DRILL-6751 Upgrade Apache parent POM to version 21
- Resolved