log4j2-api/pom.xml has a stray </build> (see patch following). Also, the master pom in BRANCH_2_0_EXPERIMENTAL/rgoers expects log4j2-docs to be in the same directory, when it is currently located one directory closer to root. After those changes, I was able to run "mvn test"/
I haven't had a chance to review the rest of the commit, but it seems like a substantial amount of work that was done in isolation. While things are still fresh, can you walk through the whats in this thing and the decisions that you made. Index: log4j12-api/pom.xml =================================================================== --- log4j12-api/pom.xml (revision 944109) +++ log4j12-api/pom.xml (working copy) @@ -28,7 +28,6 @@ <packaging>jar</packaging> <name>Log4J Compatibility API</name> <description>The Log4J Compatibility API</description> -</build> <dependencies> <dependency> <groupId>junit</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org