Thu, 28 Mar 2024, /Debraj Manna/:

But I am still facing issues in the below case.
[...]

<dependency>
   <groupId>com.spotnana</groupId>
   <artifactId>synapse</artifactId>
   <version>0.0.1-SNAPSHOT</version>
   <classifier>tests</classifier>
   <type>test-jar</type>

This doesn't seem right. I'm not aware of <type>test-jar</type> – should be just <type>jar</type> (or just omit it as it is implied).

   <scope>test</scope>
</dependency>

Now if I am trying to do mvn package --projects=:agent -T 2 --also-make

I am getting NoClassDefFound for common/C.java while tests are being
executed in the agent module...

--
Stanimir

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to