Skip to content

Commit b53a2f7

Browse files
committed
Attach the modello model which can be useful for generating tools
1 parent eac0bae commit b53a2f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

api/maven-api-model/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,26 @@ under the License.
7676
</excludes>
7777
</configuration>
7878
</plugin>
79+
<plugin>
80+
<groupId>org.codehaus.mojo</groupId>
81+
<artifactId>build-helper-maven-plugin</artifactId>
82+
<version>3.4.0</version>
83+
<executions>
84+
<execution>
85+
<goals>
86+
<goal>attach-artifact</goal>
87+
</goals>
88+
<configuration>
89+
<artifacts>
90+
<artifact>
91+
<file>${basedir}/src/main/mdo/maven.mdo</file>
92+
<type>mdo</type>
93+
</artifact>
94+
</artifacts>
95+
</configuration>
96+
</execution>
97+
</executions>
98+
</plugin>
7999
</plugins>
80100
</build>
81101

0 commit comments

Comments
 (0)