Hi again,

I'm in a rush as you see. Writing a tutorial for a geman magazine...
But "sadly", tomorrow I'm with my customer again - not yet using npanday.

When building a executable, by default it is not executable from target. Maybe we should copy the dependencies?

In the tutorial im doing this, now:

<plugin>

<groupId>org.apache.maven.plugins</groupId>

<artifactId>maven-dependency-plugin</artifactId>

<version>2.2</version>

<executions>

<execution>

<id>copy-dependencies</id>

<phase>package</phase>

<goals>

<goal>copy-dependencies</goal>

</goals>

<configuration>

<outputDirectory>${project.build.directory}</outputDirectory>

<stripVersion>true</stripVersion>

</configuration>

</execution>

</executions>

</plugin>


What do you think?


- Lars


Reply via email to