File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
graalpy-archetype-polyglot-app Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ SOFTWARE.
45
45
<groupId >org.graalvm.python</groupId >
46
46
<artifactId >graalpy-archetype-polyglot-app</artifactId >
47
47
<version >24.1.0</version >
48
+ <url >http://www.graalvm.org/</url >
49
+ <description >Maven archetype providing a skeleton GraalPy - Java polyglot application.</description >
48
50
<packaging >maven-archetype</packaging >
49
51
50
52
<properties >
Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ SOFTWARE.
48
48
<artifactId >graalpy-maven-plugin</artifactId >
49
49
<packaging >maven-plugin</packaging >
50
50
<version >24.1.0</version >
51
+ <url >http://www.graalvm.org/</url >
51
52
<name >graalpy-maven-plugin</name >
53
+ <description >Handles python related resources in a maven GraalPy - Java polyglot application.</description >
52
54
53
55
<properties >
54
56
<maven .compiler.target>17</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments