Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
During maven builds, Ant tasks generate four WARNING messages.
mvn clean install
... [INFO] --- maven-antrun-plugin:1.7:run (generate-sources) @ tang --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks ...
This issue replaces the deprecated <tasks> tag into <target> tag.
pom.xml
- <tasks> + <target>
The following files will be changed.
- reef-common/pom.xml
- reef-io/pom.xml
- reef-tang/tang/pom.xml
- reef-wake/wake/pom.xml
Attachments
Issue Links
- links to