mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Jasig CAS ClearPass Extension [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] [enforcer:enforce {execution: enforce}] [WARNING] Rule 2: org.apache.maven.plugins.enforcer.BannedDependencies failed with message: Found Banned Dependency: cglib:cglib:jar:2.1_3 Use 'mvn dependency:tree' to locate the source of the banned dependencies. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11 seconds [INFO] Finished at: Sat Aug 10 17:03:58 EDT 2013 [INFO] Final Memory: 31M/75M [INFO] ------------------------------------------------------------------------
The faulty dependency and the issue itself has already been resolved in the master branch as well as 3.5.x, and cannot be reproduced. Closing...
Misagh MoayyedOctober 9, 2013 at 4:13 PM
Well, whatever the issue may be, it appears that it has been fixed both in the 3.5.x branch as well as master marching towards 4.0. With that, I am inclined to close the issue unless someone can confirm that the faulty behavior still exists in v4 RC1.
Misagh MoayyedSeptember 23, 2013 at 6:25 PM
OK Thanks. I'll give it a shot and see if I can duplicate the issue. Even if I can duplicate it, I seem to recall that the issue has been fixed in trunk, but it's good to verify this once more to be 100% sure.
cd cas-server-extension-clearpass
mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Jasig CAS ClearPass Extension
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [enforcer:enforce {execution: enforce}]
[WARNING] Rule 2: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
Found Banned Dependency: cglib:cglib:jar:2.1_3
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Sat Aug 10 17:03:58 EDT 2013
[INFO] Final Memory: 31M/75M
[INFO] ------------------------------------------------------------------------