Skip to content

Commit 96a9f29

Browse files
committed
jreleaser and fixing poms (still problems, with signatures)
1 parent 5a58422 commit 96a9f29

35 files changed

Lines changed: 67 additions & 18 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ bin/
1414
*.ipr
1515
Logs/
1616
logs/
17+
/*.log
1718
*.iws
1819
*.mdmp
1920
*.dump
21+
/out/

android-stub/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
<artifactId>android-stub</artifactId>
2525
<description>
2626
Compile only library for libraries which want to compile immutable objects for Android.
27-
It contains `android.R` class to indicate presense of android API. If you using android sdk as dependency,
27+
It contains `android.R` class to indicate presense of android API. If you're using android sdk as dependency,
2828
you don't need this stub
2929
</description>
30+
<url>https://github.com/immutables/immutables/tree/master/android-stub</url>
3031
<name>${project.groupId}.${project.artifactId}</name>
3132

3233
<properties>

annotate/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</parent>
2424
<artifactId>annotate</artifactId>
2525
<name>${project.groupId}.${project.artifactId}</name>
26+
<description>Annotations to configure annotation injection into generated code</description>
27+
<url>https://github.com/immutables/immutables/tree/master/annotate</url>
2628
<properties>
2729
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
2830
<maven.compiler.source>1.8</maven.compiler.source>

bom/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<artifactId>bom</artifactId>
2525
<name>${project.groupId}.${project.artifactId}</name>
2626
<packaging>pom</packaging>
27+
<description>Organizes all versions modules in a single BOM POM</description>
28+
<url>https://github.com/immutables/immutables/tree/master/bom</url>
2729

2830
<dependencyManagement>
2931
<dependencies>

builder/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</parent>
2424
<artifactId>builder</artifactId>
2525
<name>${project.groupId}.${project.artifactId}</name>
26+
<description>Specialized annotations for builders, optional annotation module</description>
27+
<url>https://github.com/immutables/immutables/tree/master/builder</url>
2628
<dependencies>
2729
<dependency>
2830
<groupId>com.google.guava</groupId>

criteria/common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<description>
2727
Annotation and runtime support to generate criteria classes based on immutables model. Common classes.
2828
</description>
29+
<url>https://github.com/immutables/immutables/tree/master/criteria/common</url>
2930

3031
<properties>
3132
<module.name>${project.groupId}.criteria.common</module.name>

criteria/elasticsearch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<description>
2727
Criteria support for ElasticSearch
2828
</description>
29+
<url>https://github.com/immutables/immutables/tree/master/criteria/elasticsearch</url>
2930

3031
<properties>
3132
<module.name>${project.groupId}.criteria.elasticsearch</module.name>

criteria/geode/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<description>
2727
Geode Adapter for Criteria
2828
</description>
29+
<url>https://github.com/immutables/immutables/tree/master/criteria/geode</url>
2930

3031
<properties>
3132
<module.name>${project.groupId}.criteria.geode</module.name>

criteria/inmemory/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<description>
2727
Adapter for in-memory sources like Iterable
2828
</description>
29+
<url>https://github.com/immutables/immutables/tree/master/criteria/inmemory</url>
2930

3031
<properties>
3132
<module.name>${project.groupId}.criteria.inmemory</module.name>

criteria/mongo/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<description>
2727
Mongo Adapter for Criteria
2828
</description>
29+
<url>https://github.com/immutables/immutables/tree/master/criteria/mongo</url>
2930

3031
<properties>
3132
<module.name>${project.groupId}.criteria.mongo</module.name>

0 commit comments

Comments
 (0)