Re: Build error with processor project

2016-06-24 Thread Ben Meng
Thanks Andrew. I don’t have any proxy settings, don’t even have settings.xml. I just tried again and it worked fine this time. Not sure what caused it, but I’m able to work on my customized processor now. Thanks, Ben On 6/24/16, 4:32 AM, "Andrew Psaltis" wrote: >Hi Ben, >I followed your st

Re: Build error with processor project

2016-06-24 Thread Andrew Psaltis
Hi Ben, I followed your steps and was able to build the testprocessor just fine. >From looking at your output, specifically these lines: Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom Downloaded: https://repo.ma

Build error with processor project

2016-06-23 Thread Ben Meng
Hi, I created a project with Maven processor archetype (followed the instruction on NiFi Wiki). When I tried to build it, I got a NoClassDefFoundError. What am I missing? Thanks, Ben $ mvn archetype:generate -DarchetypeGroupId=org.apache.nifi -DarchetypeArtifactId=nifi-processor-bundle-arche