Hi there,
Could you please let me know how to exclude parent POM's jar in child POM? I
have following pom.xml
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>j2ee</groupId>
<artifactId>j2ee</artifactId>
<version>1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.honda</groupId>
<artifactId>GALC_Core</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
I would like to exclude GALC_Core in child POM.
Thanking you in advance.
Vijay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]