Repository: struts-site Updated Branches: refs/heads/master e16e7c75e -> 7498a0815
Export Plugin Developers Guide Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/9f5582f7 Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/9f5582f7 Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/9f5582f7 Branch: refs/heads/master Commit: 9f5582f7b70700a95b4ba6f774594dd0a54dddaa Parents: e16e7c7 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Mon Sep 18 09:44:47 2017 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Mon Sep 18 09:44:47 2017 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/9f5582f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43d8293..b393d14 100644 --- a/pom.xml +++ b/pom.xml @@ -94,14 +94,14 @@ <argument>-a</argument> <argument>${project.build.directory}/md/attachments</argument> <argument>-o</argument> - <argument>${project.build.directory}/md/maven-archetypes.md</argument> + <argument>${project.build.directory}/md/plugin-developers.md</argument> <argument>-u</argument> <argument>${confluence.user}:${confluence.password}</argument> <argument>-server</argument> <argument>https://cwiki.apache.org/confluence</argument> <argument>+gfm</argument> <argument>true</argument> - <argument>108820</argument> + <argument>44163</argument> </arguments> </configuration> </execution>