0

The maven-properties-plugin sources used to be hosted on Codehaus (http://mojo.codehaus.org/properties-maven-plugin), but I cannot find the new home for the sources anywhere.

Does anyone know if they have been migrated somewhere? I checked the CodeHaus github repository, but can't find them there.

The last known version was 1.0-alpha2.

Mikhail2048
  • 1,715
  • 1
  • 9
  • 26
Eric B.
  • 23,425
  • 50
  • 169
  • 316

1 Answers1

2

The codehaus project has been moved to another location at www.mojohaus.org, they also have a GitHub home page at: https://github.com/mojohaus/.

The sources your are looking for is at https://github.com/mojohaus/properties-maven-plugin

kenorb
  • 155,785
  • 88
  • 678
  • 743
wemu
  • 7,952
  • 4
  • 30
  • 59
  • The project has not ended but the hosting services and infrastructure services. So the projects need to move to new locations. http://github.com/mojohaus/ is the correct home...Yes not all plugin documentations are online yet but we are working on it.... – khmarbaise Jun 13 '15 at 10:28
  • sorry - very bad choice of words. Rock on. Its an important source :) – wemu Jun 13 '15 at 15:45
  • Apache properties-maven-plugin is no more under active development. There is a new fork created here: https://github.com/Mikhail2048/properties-maven-plugin – Mikhail2048 May 24 '23 at 06:22