Great! Yes, we should add this to the POM. I'll send a PR if not already done.

On Mon, Nov 3, 2014 at 8:51 AM, Daniel Cunha <danielsoro@gmail.com> wrote:
Great!

Fixed. ;)

Thank you Ondrej. :)

On Mon, Nov 3, 2014 at 11:05 AM, Ondrej Zizka <ozizka@redhat.com> wrote:
I think it could be javac stack size.

Try setting this:

MAVEN_OPTS='-Xms256m -Xmx1024m -Xss1024k'

or we should add something like this to pom.xml...

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>2.3.2</version>
  <configuration>
       <compilerArgs>
         <arg>-Xss20M</arg>
       </compilerArgs>
  </configuration>
</plugin>

Did it help?
Ondra


   
On 29.10.2014 10:05, Daniel Cunha wrote:
When I skip tests I have same problem.

Linux Xubuntu 32bits
Kernel 3.13.0-37
JDK 1.7.0_72

On Wed, Oct 29, 2014 at 2:41 AM, Lincoln Baxter, III <lincolnbaxter@gmail.com> wrote:
Also, what is your Java version and OS?

On Tue, Oct 28, 2014 at 11:32 PM, Lincoln Baxter, III <lincolnbaxter@gmail.com> wrote:
This happened to me recently, and in the end I think I didn't find a solution, but it hasn't happened since. What happens if you skip the tests?

On Tue, Oct 28, 2014 at 7:20 PM, Daniel Cunha <danielsoro@gmail.com> wrote:
Hi folks,

I had this problem with my build:

I would like simulate this problem: https://issues.jboss.org/browse/WINDUP-305
Maybe is a problem on æsh. I can fix it. :)

_______________________________________________
windup-dev mailing list
windup-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-dev



--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."



--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."

_______________________________________________
windup-dev mailing list
windup-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-dev



--


_______________________________________________
windup-dev mailing list
windup-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-dev




--

_______________________________________________
windup-dev mailing list
windup-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-dev



--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."