jira-importer commented on issue #278:
URL: 
https://github.com/apache/maven-jar-plugin/issues/278#issuecomment-2956693634

   **[Michael 
Mattox](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cunparis)** 
commented
   
   Can you post more of your pom.xml?  For me the properties go in the jar but 
not in the jar of the test classes.
   
   ```xml
   <build>
        <plugins>
             <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-jar-plugin</artifactId>
                  <executions>
                           <execution>
                                    <goals>
                                             <goal>jar</goal>
                                    </goals>
                                    <configuration>
                                             <excludes>
                                                      
<exclude>**/*.properties</exclude>
                                             </excludes>
                                    </configuration>
                                </execution>
                  </executions>
              </plugin>
        </plugins>
   </build>
   ```
   
   


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