Faisalfe JUNIT RunListener

2017-06-13 Thread Petar Tahchiev
Hey guys, so I've been playing with JUnit's RunListener lately. Here's my RunListener: public class MockMvcRestRunListener extends RunListener { private static final Logger LOG = LoggerFactory.getLogger(AbstractFacadeRestIntegrationTest.class); public static Map

Maven antrun failing in parallel builds but working fine in non-parallel builds

2017-06-13 Thread Debraj Manna
I am having a maven multi module project. A simplified pom.xml (under full-build) looks like below:- http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd; xmlns="http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

Re: Cannot resolve ${project.parent.basedir} in maven.

2017-06-13 Thread Stephen Connolly
On 13 June 2017 at 07:47, wuchang <583424...@qq.com> wrote: > I am using maven to compile apache-hive-2.1.1-src for debug reason ,I use > -X paremeter to print out the debug information. but finally , the > compilation failed: > > [ERROR] Failed to execute goal org.apache.maven.plugins: >

Cannot resolve ${project.parent.basedir} in maven.

2017-06-13 Thread wuchang
I am using maven to compile apache-hive-2.1.1-src for debug reason ,I use -X paremeter to print out the debug information. but finally , the compilation failed: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (assemble) on project hive-packaging: