xtend-maven-plugin has no outputs [message #1006505] |
Thu, 31 January 2013 09:21  |
Eclipse User |
|
|
|
Hi,
Here is a snipped of pom.xml of the xtend project:
Quote:</plugin>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<outputDirectory>xtend-gen</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>xtend-gen</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
The result:
Quote:[INFO] --- xtend-maven-plugin:2.3.1:compile (default) @ de.dlr.ft.exchange.base.xtend ---
4686 [main] INFO e.compiler.batch.XtendBatchCompiler - Compiling 1 source file to xtend-gen
But there is no compiled file in my xtend-gen folder. Other projects can't be build becaus the compiled classes cannot be found.
Any help?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.26444 seconds