Error in documentation when explaining how to remove dependencies
-----------------------------------------------------------------
Key: BUILDR-35
URL: https://issues.apache.org/jira/browse/BUILDR-35
Project: Buildr
Issue Type: Bug
Components: Site/documentation
Reporter: Luis Parravicini
In http://incubator.apache.org/buildr/packaging.html#packaging_wars , the
sample code showing how to remove dependencies is adding a dependency instead.
===== from site [begin] ==================
# Remove an artifact from the existing set:
package(:war).libs += artifacts(LOG4J)
===== from site [end] ==================
Should be:
package(:war).libs -= artifacts(LOG4J)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.