[ http://jira.codehaus.org/browse/SUREFIRE-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter closed SUREFIRE-356. --------------------------------- Assignee: Brett Porter Resolution: Cannot Reproduce canot reproduce with 2.3 as reported - you might check if SUREFIRE-360 is the issue > Maven 2.x surefire plugin fails with null pointer exception > ----------------------------------------------------------- > > Key: SUREFIRE-356 > URL: http://jira.codehaus.org/browse/SUREFIRE-356 > Project: Maven Surefire > Issue Type: Bug > Components: plugin > Affects Versions: 2.3 > Environment: Ubuntu 7.04, i386, VirtualBox image > Reporter: Mahender Didwania > Assignee: Brett Porter > > <?xml version="1.0" encoding="utf-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>Test</groupId> > <artifactId>Test</artifactId> > <version>0.0.1</version> > <packaging>jar</packaging> > <dependencies> > <dependency> > <groupId>net.sourceforge.jexcelapi</groupId> > <artifactId>jxl</artifactId> > <version>2.6</version> > </dependency> > </dependencies> > <build> > <plugins> > <plugin> > <!-- BUG?: surefire plugin fails --> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <!--<configuration> > <skip>true</skip> > </configuration>--> > </plugin> > </plugins> > </build> > </project> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira