Skip to content

Commit dc31e42

Browse files
tomasstupkaansalond
authored andcommitted
Add project descriptions and URLs.
1 parent 991989e commit dc31e42

File tree

2 files changed

+4
-0
lines changed
  • graalpython

2 files changed

+4
-0
lines changed

graalpython/graalpy-archetype-polyglot-app/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ SOFTWARE.
4545
<groupId>org.graalvm.python</groupId>
4646
<artifactId>graalpy-archetype-polyglot-app</artifactId>
4747
<version>24.1.0</version>
48+
<url>http://www.graalvm.org/</url>
49+
<description>Maven archetype providing a skeleton GraalPy - Java polyglot application.</description>
4850
<packaging>maven-archetype</packaging>
4951

5052
<properties>

graalpython/graalpy-maven-plugin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ SOFTWARE.
4848
<artifactId>graalpy-maven-plugin</artifactId>
4949
<packaging>maven-plugin</packaging>
5050
<version>24.1.0</version>
51+
<url>http://www.graalvm.org/</url>
5152
<name>graalpy-maven-plugin</name>
53+
<description>Handles python related resources in a maven GraalPy - Java polyglot application.</description>
5254

5355
<properties>
5456
<maven.compiler.target>17</maven.compiler.target>

0 commit comments

Comments
 (0)