Issue Type: Bug Bug
Affects Versions: 1.5
Assignee: Unassigned
Attachments: maven-sql-error.txt
Created: 22/Jan/14 4:40 PM
Description:

running this maven-surefire-plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version>
<configuration>
<forkMode>never</forkMode>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.0.5</version>
</dependency>
</dependencies>
</plugin>

mvn -e -X package produces
org.codehaus.mojo.sql.SqlSplitterTest throws Out of Memory Exception

Environment: JDK: 1.7.0_45
Maven:3.1.1
maven-sql-plugin <version>1.5</version>
maven-surefire-plugin <version>2.6</version>
Project: Mojo's SQL Maven Plugin
Priority: Major Major
Reporter: Martin Gainty
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to