Author: gk
Date: Fri May 17 12:32:58 2019
New Revision: 1859432
URL: http://svn.apache.org/viewvc?rev=1859432&view=rev
Log:
- add missing site building props
- ignore ide idea folder
Modified:
turbine/fulcrum/trunk/crypto/ (props changed)
turbine/fulcrum/trunk/crypto/pom.xml
Propchange: turbine/fulcrum/trunk/crypto/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri May 17 12:32:58 2019
@@ -1,12 +1,13 @@
-target
-maven.log
*.log
*.merlin
*.ser
.classpath
-.project
-junit*.properties
.externalToolBuilders
+.idea
+.project
.settings
-maven-eclipse.xml
fulcrum-crypto.iml
+junit*.properties
+maven-eclipse.xml
+maven.log
+target
Modified: turbine/fulcrum/trunk/crypto/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/pom.xml?rev=1859432&r1=1859431&r2=1859432&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/crypto/pom.xml Fri May 17 12:32:58 2019
@@ -31,6 +31,14 @@
<inceptionYear>2005</inceptionYear>
<description>Fulcrum Crypto Service</description>
<url>http://turbine.apache.org/fulcrum/fulcrum-crypto</url>
+
+ <!-- Required for staging to work -->
+ <distributionManagement>
+ <site>
+ <id>turbine.apache.org</id>
+ <url>https://turbine.apache.org/fulcrum/fulcrum-crypto/</url>
+ </site>
+ </distributionManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto/</connection>
@@ -98,6 +106,9 @@
<properties>
<turbine.site.path>fulcrum/fulcrum-crypto</turbine.site.path>
+
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/crypto</turbine.scmPubCheckoutDirectory>
+
<turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
+
<siteContent.path>${project.build.directory}/staging</siteContent.path><!--
default stagingSiteURL -->
</properties>
</project>