purl-org-slash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.totsp.feedpod</groupId> <artifactId>purl-org-slash</artifactId> <version>0.1</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.totsp.feedpod</groupId> <artifactId>purl-org-slash</artifactId> <name>Slash RSS ROME Plug In</name> <version>0.1</version> <description>A ROME Plug In that supports the Slash to RSS 2.0</description> <url>http://feedpod.dev.java.net</url> <issueManagement> <url>https://feedpod.dev.java.net/servlets/ProjectIssues</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>turbine-maven-dev@jakarta.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2005</inceptionYear> <mailingLists> <mailingList> <name>FeedPod Users</name> <subscribe>https://feedpod.dev.java.net/servlets/ProjectMailingListList</subscribe> <unsubscribe>https://feedpod.dev.java.net/servlets/ProjectMailingListList</unsubscribe> <archive>https://feedpod.dev.java.net/servlets/SummarizeList?listName=users</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:feedpod/totsp/itunes-com-podcast</connection> <url>http://feedpod.dev.java.net/</url> </scm> <organization> <name>Temple of the Screaming Penguin</name> <url>http://www.screaming-penguin.com</url> </organization> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>src/conf</directory> <includes> <include>*.properties</include> <include>**/*.properties</include> </includes> </resource> </resources> <plugins> <plugin> <artifactId>surefire</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/NaughtyTest.java</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>emma</groupId> <artifactId>maven-emma-plugin</artifactId> <version>0.5</version> <configuration /> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>rome</groupId> <artifactId>rome</artifactId> <version>0.7</version> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> </dependency> </dependencies> </project>