LinZuXiong created MRESOURCES-211:
-------------------------------------
Summary: phase, resources:resources do twice
Key: MRESOURCES-211
URL: https://issues.apache.org/jira/browse/MRESOURCES-211
Project: Maven Resources Plugin
Issue Type: Bug
Affects Versions: 2.7
Reporter: LinZuXiong
``
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shiva-rds ---
[INFO] Deleting /data/workspace-jee/shiva-rds/target
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ shiva-rds
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ shiva-rds ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 755 source files to
/data/workspace-jee/shiva-rds/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (default-cli) @ shiva-rds
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ shiva-rds
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ shiva-rds ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 755 source files to
/data/workspace-jee/shiva-rds/target/classes
[INFO]
``
CLI: mvn clean compile resources:copy-resources package -DskipTests=true
-Ptrade_item
It executes twice : [INFO] --- maven-resources-plugin:2.7:resources
(default-resources)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)