File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ mvn clean site-deploy scm-publish:publish-scm $@
Original file line number Diff line number Diff line change 72
72
73
73
<!-- to prevent isssues with last apache parent pom -->
74
74
<arguments />
75
+
76
+ <tomcat-maven .siteFilePath>${user.home} /tomcat-maven-plugin-${project.version} /</tomcat-maven .siteFilePath>
77
+ <tomcat-maven .siteUrlDeployment>file://${tomcat-maven.siteFilePath} </tomcat-maven .siteUrlDeployment>
78
+ <tomcat-maven .scmPubCheckoutDirectory>${user.home} /tomcat-maven-plugin-${project.version} -content</tomcat-maven .scmPubCheckoutDirectory>
79
+
75
80
</properties >
76
81
77
82
<prerequisites >
686
691
</excludes >
687
692
</configuration >
688
693
</plugin >
694
+
695
+ <plugin >
696
+ <groupId >org.apache.maven.plugins</groupId >
697
+ <artifactId >maven-scm-publish-plugin</artifactId >
698
+ <version >1.0</version >
699
+ <configuration >
700
+ <pubScmUrl >scm:svn:https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/maven-plugin-${project.version} </pubScmUrl >
701
+ <checkinComment >Apache Tomcat Maven Plugin site documentation for ${project.version} </checkinComment >
702
+ <content >${tomcat-maven.siteFilePath} </content >
703
+ <checkoutDirectory >${tomcat-maven.scmPubCheckoutDirectory} </checkoutDirectory >
704
+ <tryUpdate >true</tryUpdate >
705
+ </configuration >
706
+ </plugin >
707
+
689
708
</plugins >
690
709
</pluginManagement >
691
710
<plugins >
739
758
</snapshotRepository >
740
759
<site >
741
760
<id >apache.website</id >
742
- <url >${distributionSiteUrl } </url >
761
+ <url >${tomcat-maven.siteUrlDeployment } </url >
743
762
</site >
744
763
</distributionManagement >
745
764
You can’t perform that action at this time.
0 commit comments