Travis Schneeberger created XMLBEANS-566:
--------------------------------------------

             Summary: Configuration property "quiet" in the maven plugin is 
spelled wrong
                 Key: XMLBEANS-566
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-566
             Project: XMLBeans
          Issue Type: Bug
    Affects Versions: Version 5.0.1, Version 5.0.0
            Reporter: Travis Schneeberger


The configuration property "quiet" is spelled as "quite" in the new maven 
plugin introduced in version 5.0.0.
{code:java}
<plugin>
  <groupId>org.apache.xmlbeans</groupId>
  <artifactId>xmlbeans</artifactId>
  <version>5.0.1</version>
  <configuration>
    <quite>false</quite>
  </configuration>
</plugin>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to