Hi,
I would like to add some dependencies to the surefire plugin like:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
<dependencies>
<dependency>
<groupId>org.glassfish.appclient</groupId>
<artifactId>gf-client</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
The artifact gf-client is missing in the classpath. What is my mistake?
Thanks for a tip.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]