Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 220121 Details for
Bug 387736
NPE thrown when no "action" supplied in lifecycle-mapping pluginExecution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
An example pom.xml that creates the NPE
pom.xml (text/xml), 1.56 KB, created by
Mike Youngstrom
on 2012-08-21 19:40:26 EDT
(
hide
)
Description:
An example pom.xml that creates the NPE
Filename:
MIME Type:
Creator:
Mike Youngstrom
Created:
2012-08-21 19:40:26 EDT
Size:
1.56 KB
patch
obsolete
><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/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>com.test</groupId> > <artifactId>test</artifactId> > <version>0.0.1-SNAPSHOT</version> > <build> > <pluginManagement> > <plugins> > <plugin> > <groupId>org.eclipse.m2e</groupId> > <artifactId>lifecycle-mapping</artifactId> > <version>1.0.0</version> > <configuration> > <lifecycleMappingMetadata> > <pluginExecutions> > <pluginExecution> > <pluginExecutionFilter> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId> > <versionRange>[1.1,)</versionRange> > <goals> > <goal>enforce</goal> > </goals> > </pluginExecutionFilter> > </pluginExecution> > </pluginExecutions> > </lifecycleMappingMetadata> > </configuration> > </plugin> > </plugins> > </pluginManagement> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId> > <version>1.1.1</version> > <executions> > <execution> > <id>enforce</id> > <goals> > <goal>enforce</goal> > </goals> > <configuration> > <rules> > <AlwaysPass /> > </rules> > <fail>true</fail> > </configuration> > </execution> > </executions> > </plugin> > </plugins> > </build> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 387736
: 220121