mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Please migrate CodeHaus pages to home page of GitHub #4

Closed tonyfalabella closed 9 years ago

tonyfalabella commented 9 years ago

Can you please migrate CodeHaus pages to home page of GitHub? This link no longer works: http://mojo.codehaus.org/rpm-maven-plugin/ As of 5/31/2015, CodeHaus looks like it's no longer hosting projects.

apryce commented 9 years ago

After updating we should also update this SO question: http://stackoverflow.com/questions/30571638/where-is-maven-rpm-plugin-documentation-after-codehaus-gone

dennisl commented 9 years ago

We are currently migrating all infrastructure from codehaus to github, and other places. The sites are up at www.mojohaus.org and we are working on getting redirects in place.

batmat commented 9 years ago

FYI, btw, just added a notice on the www.mojohaus.org to tell people about the migration going on. Because now the redirections are installed, a lot of people are gonna see this page when they look for plugin documentation (e.g. search for "versions maven plugin" and click on the first link).

lazyval commented 9 years ago

Almost month since last comment. Any updates on a matter?

khmarbaise commented 9 years ago
diff --git a/pom.xml b/pom.xml
index 3fada0a..ddf211a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <description>
     Maven plugin which assembles files into an RPM package for installation on various target UNIX systems.
   </description>
-  <url>http://mojo.codehaus.org/rpm-maven-plugin/</url>
+  <url>http://www.mojohaus.org/rpm-maven-plugin/</url>
   <inceptionYear>2005</inceptionYear>
   <licenses>
     <license>
@@ -90,18 +90,14 @@
   </prerequisites>

   <scm>
-    <url>http://fisheye.codehaus.org/browse/mojo/tags/rpm-maven-plugin-2.1.3</url>
-    <connection>scm:svn:https://svn.codehaus.org/mojo/tags/rpm-maven-plugin-2.1.3</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/rpm-maven-plugin-2.1.3</developerConnection>
+    <url>https://github.com/mojohaus/rpm-maven-plugin/</url>
+    <connection>scm:git:https://github.com/mojohaus/rpm-maven-plugin.git</connection>
+    <developerConnection>scm:git:https://github.com/mojohaus/rpm-maven-plugin.git</developerConnection>
   </scm>
   <issueManagement>
-    <system>jira</system>
-    <url>http://jira.codehaus.org/browse/MRPM</url>
+    <system>GitHub</system>
+    <url>https://github.com/mojohaus/rpm-maven-plugin/issues</url>
   </issueManagement>
-  <ciManagement>
-    <system>Bamboo</system>
-    <url>http://bamboo.ci.codehaus.org/browse/MOJO-MRPM</url>
-  </ciManagement>

   <properties>
     <mavenVersion>2.2.1</mavenVersion>
@@ -200,6 +196,22 @@
     </plugins>
   </build>

+  <reporting>
+    <plugins>
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-pmd-plugin</artifactId>
+      <version>3.2</version>
+      <configuration>
+        <rulesets>
+          <ruleset>${project.basedir}/mojo_rules.xml
+          </ruleset>
+        </rulesets>
+      </configuration>
+    </plugin>
+  </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>
khmarbaise commented 9 years ago

So website is back online.

lazyval commented 9 years ago

Indeed, site is up and running. Thanks a lot!

dantran commented 9 years ago

Thanks Karl.

-D

On Mon, Jun 29, 2015 at 9:47 AM, Kostya Golikov notifications@github.com wrote:

Indeed, site is up and running http://www.mojohaus.org/rpm-maven-plugin/. Thanks a lot!

— Reply to this email directly or view it on GitHub https://github.com/mojohaus/rpm-maven-plugin/issues/4#issuecomment-116757324 .

dantran commented 9 years ago

fixed