ignite-678 site deploy + javadoc stage fix

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/20bc2ed7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/20bc2ed7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/20bc2ed7

Branch: refs/heads/ignite-471
Commit: 20bc2ed7cf8e847440d12b38ad2dade6f412cebd
Parents: f0bcbc9
Author: avinogradov <avinogra...@gridgain.com>
Authored: Tue Apr 7 18:16:34 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Tue Apr 7 18:16:34 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 pom.xml        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/20bc2ed7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f24f4ae..661b310 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -545,7 +545,7 @@
                         <goals>
                             <goal>jar</goal>
                         </goals>
-                        <phase>install</phase>
+                        <phase>package</phase>
                         <configuration>
                             <stylesheetfile>
                                 
${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/20bc2ed7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8abda8a..c9dfce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,6 +542,7 @@
                                                 <include 
name="${project.artifactId}-${project.version}-source-release.zip.asc" />
                                                 <include 
name="${project.artifactId}-${project.version}-source-release.zip.md5" />
                                                 <include 
name="${project.artifactId}-${project.version}-source-release.zip.sha1" />
+                                                <include 
name="${basedir}/KEYS" />
                                             </zipfileset>
                                         </zip>
                                         <mkdir dir="${basedir}/target/site" />

Reply via email to