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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to