slawekjaranowski commented on code in PR #189:
URL: https://github.com/apache/maven-ejb-plugin/pull/189#discussion_r2508153016


##########
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 
   ```
   Unable to process: 
unit.test-dir.includes-excludes-default.target.classes.org.sample.ejb.AppCMP
   ```
   
   class name is strange 
   
   maybe something like:
   ```
   .*org.sample.ejb.AppCMP
   ```
   
   



-- 
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]

Reply via email to