Skip to content

Commit

Permalink
Attach the modello model which can be useful for generating tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 3, 2023
1 parent eac0bae commit b53a2f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions api/maven-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,26 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${basedir}/src/main/mdo/maven.mdo</file>
<type>mdo</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b53a2f7

Please sign in to comment.