[GitHub] [maven-enforcer] destebanm commented on issue #36: [MENFORCER-142] documentation - add example for checking rules via cli

2019-03-08 Thread GitBox
destebanm commented on issue #36: [MENFORCER-142] documentation - add example 
for checking rules via cli
URL: https://github.com/apache/maven-enforcer/pull/36#issuecomment-470917137
 
 
   Hi!
   
   I have built the snapshot and the CLI is working but I donĀ“t know how to use 
it.
   I am able to run commands like that:
   `mvn enforcer:enforce -Drules=alwaysFail`
   
   but I would like to run this with the CLI
   
   ```
   
  
 x.y:logger:(,10.93)
 x.y:soap-utils:(,10.93)
 x.y:correlation-id:(,10.93)
  
   
   ```
   Is there any kind of documentation about how to use the CLI??
   Thanks!!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [maven-enforcer] destebanm commented on issue #36: [MENFORCER-142] documentation - add example for checking rules via cli

2019-03-06 Thread GitBox
destebanm commented on issue #36: [MENFORCER-142] documentation - add example 
for checking rules via cli
URL: https://github.com/apache/maven-enforcer/pull/36#issuecomment-470038326
 
 
   Thanks @Mazorius!
   
   Do you know when the release is expected?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [maven-enforcer] destebanm commented on issue #36: [MENFORCER-142] documentation - add example for checking rules via cli

2019-03-05 Thread GitBox
destebanm commented on issue #36: [MENFORCER-142] documentation - add example 
for checking rules via cli
URL: https://github.com/apache/maven-enforcer/pull/36#issuecomment-469718960
 
 
   HI!
   
   I am using maven-enforcer-plugin:3.0.0-M2.
   
   I have this in my pom.xml and it is working fine when `mvn verify`
   
   ```
   
   org.apache.maven.plugins
   maven-enforcer-plugin
   
   
   enforce-banned-dependencies
   
   enforce
   
   
   
   
   
   
x.y:logger:(,10.93)
   
x.y:soap-utils:(,10.93)
   
x.y:correlation-id:(,10.93)
   
   
   
   true
   
   
   
   
   ```
   Is there any way to get rid of pom.xml setup and get the same behaviour with 
the CLI?
   
   Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services