Skip to content

Commit

Permalink
Modify site-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
k-shunji committed Dec 9, 2013
1 parent 735310f commit 1b2aa5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>jp.co.flect</groupId>
<artifactId>sendgrid4j</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>jar</packaging>

<name>sendgrid4j</name>
Expand Down Expand Up @@ -100,7 +100,7 @@
<artifactId>githubDoclet</artifactId>
<version>1.0</version>
</docletArtifact>
<additionalparam>-github https://github.com/shunjikonishi/sendgrid4j/tree/master/src/main/java</additionalparam>
<additionalparam>-github https://github.com/shunjikonishi/sendgrid4j/tree/version-${project.version}/src/main/java</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
Expand All @@ -114,7 +114,8 @@
<outputDirectory>${env.MAVEN_LOCAL_REPOSITORY}</outputDirectory>
<branch>refs/heads/gh-pages</branch>
<includes>
<include>**/*</include>
<include>jp/**/*</include>
<include>.nojekyll</include>
</includes>
<repositoryName>maven-repo</repositoryName>
<repositoryOwner>flect</repositoryOwner>
Expand Down

0 comments on commit 1b2aa5b

Please sign in to comment.