Question

I short I want to get the Jakarta Feedparser project up in a remote Maven repository (the project is currently dormant).

The source is over here: http://svn.apache.org/viewvc/commons/dormant/feedparser/trunk/ (it's a Maven project)

I have been looking at Sonatype and I'm might be missing something here, but is it as simple as logging a support ticket and pointing them to the SVN source repository (https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide)?

If so I'm not 100% sure what the groupId should be, as the pom.xml gives the generic "org.apache.commons" as its groupId?

P.S. I did try and contact the project owner but with little success

Was it helpful?

Solution

The sources seem to be left in a migration state. There is a pom.xml but there is no src/main/java folder. There is also a build.xml which indicates its more of an ant build. the parent contains no modules so it looks unfinished.

Did you check out the sources and try to build it? If it does not compile it cant be added to a repository.

If it can be fixed you may add it to github creating a repository: http://blog.rueedlinger.ch/2012/09/use-github-as-maven-remote-repository/

the groupid would be org.apache.commons, the artifactId commons-feedparser. Most other libs from commons follow this convention.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top