Skip to content

Commit

Permalink
Updated project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed May 25, 2024
1 parent 9baefbe commit f63a2f4
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 39 deletions.
7 changes: 4 additions & 3 deletions lsq-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>lsq-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

<description>Maven plugin for creating, loading and packaging an Apache Jena TDB2 RDF database.</description>
<description>Maven plugin for RDFizing query logs and benchmarking them using LSQ.</description>
<inceptionYear>2024</inceptionYear>

<properties>
Expand All @@ -27,14 +27,15 @@
<maven>3.5</maven>
</prerequisites>

<!--
<scm>
<connection>scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</connection>
<developerConnection>
scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</developerConnection>
<url>https://github.com/Scaseco/sparql-maven-plugin.git</url>
<tag>HEAD</tag>
</scm>

-->
<build>
<resources>
<resource>
Expand Down
75 changes: 46 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,46 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>rpt-maven-plugin-shared</module>
<module>rpt-maven-plugin</module>
<module>rpt-full-maven-plugin</module>
<module>tdb2-maven-plugin</module>
<!-- <module>sparql-maven-plugin</module> -->
<module>lsq-maven-plugin</module>
</modules>
<name>RDF Maven Plugins</name>
<description>A collection of Maven Plugins for assisting with RDF processing</description>
<url>https://github.com/Scaseco/rpt-maven-plugin</url>

<scm>
<connection>scm:git:[email protected]:Scaseco/rpt-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:Scaseco/rpt-maven-plugin.git</developerConnection>
<url>https://github.com/Scaseco/rpt-maven-plugin.git</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<url>https://github.com/Scaseco/rpt-maven-plugin/issues</url>
<system>GitHub</system>
</issueManagement>


<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>claus.stadler</id>
<name>Claus Stadler</name>
<email>[email protected]</email>
<roles>
<role>Project Lead</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>

<properties>
<rdf-processing-toolkit.version>1.9.8</rdf-processing-toolkit.version>
Expand Down Expand Up @@ -57,26 +86,14 @@
<gitflow-maven-plugin.version>1.9.0</gitflow-maven-plugin.version>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>claus.stadler</id>
<name>Claus Stadler</name>
<email>[email protected]</email>
<roles>
<role>Project Lead</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<modules>
<module>rpt-maven-plugin-shared</module>
<module>rpt-maven-plugin</module>
<module>rpt-full-maven-plugin</module>
<module>tdb2-maven-plugin</module>
<!-- <module>sparql-maven-plugin</module> -->
<module>lsq-maven-plugin</module>
</modules>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion rpt-full-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>rpt-full-maven-plugin</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions rpt-maven-plugin-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>rpt-maven-plugin-shared</artifactId>
Expand All @@ -16,13 +16,14 @@
<description>Common code for variants of the rpt-maven-plugin</description>
<inceptionYear>2024</inceptionYear>

<!--
<scm>
<connection>scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</developerConnection>
<url>https://github.com/Scaseco/sparql-maven-plugin.git</url>
<tag>HEAD</tag>
</scm>

-->
<dependencies>
<!-- Maven API -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rpt-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>rpt-maven-plugin</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion sparql-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
<maven>3.5</maven>
</prerequisites>

<!--
<scm>
<connection>scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</connection>
<developerConnection>
scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</developerConnection>
<url>https://github.com/Scaseco/sparql-maven-plugin.git</url>
<tag>HEAD</tag>
</scm>

-->
<build>
<resources>
<resource>
Expand Down
5 changes: 3 additions & 2 deletions tdb2-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aksw.maven.plugins</groupId>
<artifactId>rpt-maven-plugin-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>tdb2-maven-plugin</artifactId>
Expand All @@ -24,14 +24,15 @@
<maven>3.5</maven>
</prerequisites>

<!--
<scm>
<connection>scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</connection>
<developerConnection>
scm:git:[email protected]:Scaseco/sparql-maven-plugin.git</developerConnection>
<url>https://github.com/Scaseco/sparql-maven-plugin.git</url>
<tag>HEAD</tag>
</scm>

-->
<build>
<resources>
<resource>
Expand Down

0 comments on commit f63a2f4

Please sign in to comment.