Bukama commented on code in PR #189:
URL: https://github.com/apache/maven-ejb-plugin/pull/189#discussion_r2508179133
##########
pom.xml:
##########
@@ -153,6 +155,27 @@ under the License.
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>3.9.0</version>
+ <executions>
+ <execution>
+ <id>analyze</id>
+ <goals>
+ <goal>analyze-only</goal>
+ </goals>
+ <configuration>
+ <excludedClasses>org.sample.ejb.AppExclude</excludedClasses>
Review Comment:
> I alos see
That was a good spot. The following seems to work and brings me a step
further
`<exclude>.*org.sample.ejb.*</exclude>`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]