You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/06/09 19:24:46 UTC

[creadur-rat] branch RAT-244/migratedToJDK7 updated (e040f8b -> b1dcd13)

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a change to branch RAT-244/migratedToJDK7
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git.


    from e040f8b  RAT-244: Language level 1.7 runs well with JDK12
     new da3a541  Snapshots must not be advertised on public download pages
     new b1dcd13  RAT-254: Remove old hints of SVN site repo/procedure

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                           | 38 --------------------------------------
 src/site/xdoc/download_rat.xml.vm |  9 ---------
 2 files changed, 47 deletions(-)


[creadur-rat] 01/02: Snapshots must not be advertised on public download pages

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch RAT-244/migratedToJDK7
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit da3a541305b83da79e33db83519037b8a5f5b06c
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 1 19:32:08 2019 +0100

    Snapshots must not be advertised on public download pages
---
 src/site/xdoc/download_rat.xml.vm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/site/xdoc/download_rat.xml.vm b/src/site/xdoc/download_rat.xml.vm
index eb6cea8..248cb6c 100644
--- a/src/site/xdoc/download_rat.xml.vm
+++ b/src/site/xdoc/download_rat.xml.vm
@@ -107,15 +107,6 @@ limitations under the License.
           </tr>
         </table>
       </subsection>
-      <section name="${project.name} ${project.version}">
-        <subsection name="Snapshots">
-          <table>
-            <tr>
-                <td colspan="4"><a href="https://repository.apache.org/content/repositories/snapshots/org/apache/rat">apache-rat SNAPSHOT ${project.version}</a></td>
-            </tr>
-          </table>
-        </subsection>
-        </section>
     </section>
     <section name="Archives">
         <p>


[creadur-rat] 02/02: RAT-254: Remove old hints of SVN site repo/procedure

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch RAT-244/migratedToJDK7
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit b1dcd130595fac0c1a8616008c46753d34d31d38
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Jun 9 21:22:56 2019 +0200

    RAT-254: Remove old hints of SVN site repo/procedure
---
 pom.xml | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80e9dc4..02d3171 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,27 +49,6 @@ agnostic home for software distribution comprehension and audit tools.
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
     <!-- This is the version of Maven required to use the Rat Maven Plugin -->
     <mavenVersion>2.2.1</mavenVersion>
-    <!--
-    Publication to the website is a two phase operation:
-
-     1. Deploy to local stage: mvn site-deploy
-     2. Publish to Apache CMS: mvn scm-publish:publish-scm
-
-    This will only work when the origin for scm-publish:publish-scm
-    is the target for site:deploy.
-
-    SO MAKE SURE THAT THE FOLLOWING PROPERTIES RESOLVE TO THE SAME
-    DIRECTORY:
-
-     * scmpublish.content
-     * rat.site.url
-
-    -->
-    <rat.LocalSiteStaging>stage</rat.LocalSiteStaging>
-    <scmpublish.content>${rat.LocalSiteStaging}</scmpublish.content>
-    <rat.site.url>file:${rat.LocalSiteStaging}</rat.site.url>
-    <rat.site.name>Apache Rat Website</rat.site.name>
-    <rat.site.id>org.apache.rat.site</rat.site.id>
     <creadur.jira.id>RAT</creadur.jira.id>
     <!-- maven plugin versions -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
@@ -362,16 +341,6 @@ agnostic home for software distribution comprehension and audit tools.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0</version>
-          <extensions>true</extensions>
-          <configuration>
-            <!-- svn location for publication -->
-            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/creadur/site/trunk/content/rat/</pubScmUrl>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.3</version>
           <configuration>
@@ -629,13 +598,6 @@ agnostic home for software distribution comprehension and audit tools.
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=creadur-rat.git</url>
   </scm>
-  <distributionManagement>
-    <site>
-      <id>${rat.site.id}</id>
-      <name>${rat.site.name}</name>
-      <url>${rat.site.url}</url>
-    </site>
-  </distributionManagement>
   <modules>
     <module>apache-rat-api</module>
     <module>apache-rat-core</module>