2 Replies Latest reply on Jul 21, 2012 10:41 PM by ozizka

    Maven plugin - only cmdline

    ozizka

      Could this be also allowed in tattletale-maven?

       

      mvn org.jboss.tattletale:tattletale-maven:report -Dsource=. -Ddestination=tattletale-report
      

       

      Currently it only takes config from XML...

       

      $ mvn org.jboss.tattletale:tattletale-maven:report -Dsource=. -Ddestination=tattletale-report
      [INFO] Scanning for projects...
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Maven Default Project
      [INFO]    task-segment: [org.jboss.tattletale:tattletale-maven:report] (aggregator-style)
      [INFO] ------------------------------------------------------------------------
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] One or more required plugin parameters are invalid/missing for 'tattletale:report'
      
      [0] Inside the definition for plugin 'tattletale-maven' specify the following:
      
      <configuration>
        ...
        <source>VALUE</source>
      </configuration>.
      
      [1] Inside the definition for plugin 'tattletale-maven' specify the following:
      
      <configuration>
        ...
        <destination>VALUE</destination>
      </configuration>.
      

       

      Thanks,

      Ondra