support maven profile for XSLT generation

This commit is contained in:
jstaerk
2022-07-07 13:21:00 +02:00
parent dd94e76e26
commit b0bce94dbb
4 changed files with 36 additions and 62 deletions

34
pom.xml
View File

@@ -67,39 +67,7 @@
</altDeploymentRepository>
</configuration>
</plugin>
<!--<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<configuration>
<message>Maven artifacts for ${project.version}</message>
- git commit message -
<noJekyll>true</noJekyll>
- disable webpage processing -
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
- matches distribution management repository url above -
<branch>refs/heads/mvn-repo</branch>
- remote branch name -
<includes>
<include>**/*</include>
</includes>
<merge>true</merge>
<repositoryName>mustangproject</repositoryName>
- github repo name -
<repositoryOwner>ZUGFeRD</repositoryOwner>
- github username -
</configuration>
<executions>
- run site-maven-plugin's 'site' target as part of the build's normal
'deploy' phase -
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>