| Summary: | Project build error: Unresolveable build extension: Plugin... | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Délawen <delawen> |
| Component: | m2e | Assignee: | Project Inbox <m2e.core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | igor |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Délawen
m2eclipse Plugin version: 0.12.1.20110112-1712 (just installed it) We need more information how to reproduce the problem. Using m2e 1.0 and Maven 3.0.3 with pom.xml below, I get consistent behaviour between IDE and command line build, i.e. in both cases build fails with "Unresolveable build extension". <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>xxx</groupId> <artifactId>xxx</artifactId> <version>0.0.1-SNAPSHOT</version> <build> <plugins> <plugin> <groupId>org.codehaus.mojo.javascript</groupId> <artifactId>javascript-maven-plugin</artifactId> <extensions>true</extensions> <executions> <execution> <goals> <goal>war-package</goal> <goal>prepare-tests</goal> <goal>jsunit</goal> <goal>compress</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> closing old/incomplete bug report. feel free to reopen if you can provide requested information. |