Skip to content

Commit a3b093c

Browse files
committed
Add scijava mailing list
1 parent f2933cd commit a3b093c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>SciJava Projects</name>
1111
<description>SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. It ensures that projects all use a compatible build environment, including Java version, as well as versions of dependencies and plugins.
1212

13-
Projects wishing to use pom-scijava as a parent project need to override the &lt;name&gt;, &lt;description&gt;, &lt;url&gt;, &lt;inceptionYear&gt;, &lt;organization&gt;, &lt;licenses&gt;, &lt;developers&gt;, &lt;contributors&gt;, &lt;scm&gt;, &lt;issueManagement&gt; and &lt;ciManagement&gt; sections.</description>
13+
Projects wishing to use pom-scijava as a parent project need to override the &lt;name&gt;, &lt;description&gt;, &lt;url&gt;, &lt;inceptionYear&gt;, &lt;organization&gt;, &lt;licenses&gt;, &lt;developers&gt;, &lt;contributors&gt;, &lt;mailingLists&gt;, &lt;scm&gt;, &lt;issueManagement&gt; and &lt;ciManagement&gt; sections.</description>
1414
<url>http://www.scijava.org/</url>
1515
<inceptionYear>2011</inceptionYear>
1616

@@ -81,6 +81,16 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
8181
</contributor>
8282
</contributors>
8383

84+
<mailingLists>
85+
<mailingList>
86+
<name>SciJava</name>
87+
<subscribe>https://groups.google.com/group/scijava</subscribe>
88+
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
89+
<post>scijava@googlegroups.com</post>
90+
<archive>https://groups.google.com/group/scijava</archive>
91+
</mailingList>
92+
</mailingLists>
93+
8494
<prerequisites>
8595
<maven>${scijava.mvn.version}</maven>
8696
</prerequisites>

0 commit comments

Comments
 (0)