jira-importer commented on issue #1152:
URL: https://github.com/apache/maven-scm/issues/1152#issuecomment-2964648902

   **[Eduard 
Drenth](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eduarddrenth)**
 commented
   
   This does not work either:
   
   ```xml
   <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-scm-plugin</artifactId>
       <version>1.11.2</version>
       <executions>
           <execution>
               <phase>install</phase>
               <goals>
                   <goal>add</goal>
               </goals>
           </execution>
       </executions>
       <configuration>
           <basedir>${project.basedir}</basedir>
           <includes>reusables</includes>
       </configuration>
   </plugin>
   ```
   
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to