Skip to content

Commit ce813f9

Browse files
committed
UNITSOFMEASUREMENT-194: Update POM
Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-194
1 parent e78404d commit ce813f9

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

pom.xml

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</developer>
143143
<developer>
144144
<id>eralmas7</id>
145-
<name>Muhammed Almas</name>
145+
<name>Almas Shaikh</name>
146146
<email>eralmas7@yahoo.com</email>
147147
<organization>Individual / JP Morgan</organization>
148148
<timezone>+5.5</timezone>
@@ -197,8 +197,16 @@
197197
</developer>
198198
</developers>
199199
<contributors>
200+
<contributor>
201+
<name>Nathan Scott</name>
202+
<email>nathans@redhat.com</email>
203+
<organization>Red Hat</organization>
204+
<timezone>-5</timezone>
205+
<roles>
206+
<role>Contributor</role>
207+
</roles>
208+
</contributor>
200209
<contributor>
201-
<!-- id>dan.leuck</id -->
202210
<name>Daniel Leuck</name>
203211
<email>dan@ikayzo.com</email>
204212
<organization>Ikayzo</organization>
@@ -208,7 +216,6 @@
208216
</roles>
209217
</contributor>
210218
<contributor>
211-
<!-- id>eric-r</id -->
212219
<name>Eric Russell</name>
213220
<email>eric-r@northwestern.edu</email>
214221
<timezone>-5</timezone>
@@ -217,7 +224,6 @@
217224
</roles>
218225
</contributor>
219226
<contributor>
220-
<!-- id>paul.morrison</id -->
221227
<name>John Paul Morrison</name>
222228
<organization>J.P. Morrison Enterprises, Ltd.</organization>
223229
<timezone>-5</timezone>
@@ -226,7 +232,6 @@
226232
</roles>
227233
</contributor>
228234
<contributor>
229-
<!-- id>mgruebsch</id -->
230235
<name>Michael Gruebsch</name>
231236
<email>michael@mkm-rabis.de</email>
232237
<roles>
@@ -260,8 +265,7 @@
260265
<version>0.5.2</version>
261266
</plugin>
262267

263-
<!--This plugin's configuration is used to store Eclipse m2e settings
264-
only. It has no influence on the Maven build itself. -->
268+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
265269
<plugin>
266270
<groupId>org.eclipse.m2e</groupId>
267271
<artifactId>lifecycle-mapping</artifactId>
@@ -415,9 +419,7 @@
415419
<keywords>true</keywords>
416420
<linksource>true</linksource>
417421
<failOnError>false</failOnError>
418-
<!-- overview>${basedir}/overview.html</overview -->
419422
<source>${maven.compile.sourceLevel}</source>
420-
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
421423
<verbose>true</verbose>
422424
</configuration>
423425
</plugin>
@@ -449,8 +451,6 @@
449451
<artifactId>maven-bundle-plugin</artifactId>
450452
<version>${felix.version}</version>
451453
<extensions>true</extensions>
452-
<!-- configuration> <instructions> <Export-Package>javax.measure.*</Export-Package>
453-
<Private-Package>!*</Private-Package> </instructions> </configuration -->
454454
</plugin>
455455

456456
<!-- Resources -->
@@ -690,8 +690,7 @@
690690

691691
<profile>
692692
<id>format-jar</id>
693-
<!-- This profile builds (optional) format elements into separate JAR
694-
files -->
693+
<!-- This profile builds (optional) format elements into separate JAR files -->
695694
<build>
696695
<plugins>
697696
<plugin>
@@ -718,8 +717,7 @@
718717

719718
<profile>
720719
<id>quantity-jar</id>
721-
<!-- This profile builds (optional) quantities into separate JAR
722-
files -->
720+
<!-- This profile builds (optional) quantities into separate JAR files -->
723721
<build>
724722
<plugins>
725723
<plugin>
@@ -746,8 +744,7 @@
746744

747745
<profile>
748746
<id>spi-jar</id>
749-
<!-- This profile builds (optional) SPI into separate JAR
750-
files -->
747+
<!-- This profile builds (optional) SPI into separate JAR files -->
751748
<build>
752749
<plugins>
753750
<plugin>
@@ -775,8 +772,7 @@
775772
<!-- Profile JARs -->
776773
<profile>
777774
<id>format-profile</id>
778-
<!-- This profile builds the Format Profile (core+format) into a separate
779-
jar file -->
775+
<!-- This profile builds the Format Profile (core+format) into a separate jar file -->
780776
<activation>
781777
<activeByDefault>false</activeByDefault>
782778
</activation>
@@ -807,8 +803,7 @@
807803

808804
<profile>
809805
<id>spi-profile</id>
810-
<!-- This profile builds the SPI Profile (core+format+spi) into a separate
811-
jar file -->
806+
<!-- This profile builds the SPI Profile (core+format+spi) into a separate jar file -->
812807
<activation>
813808
<activeByDefault>false</activeByDefault>
814809
</activation>
@@ -858,18 +853,13 @@
858853
<imagesDir>arc/main/asciidoc/images</imagesDir>
859854
</configuration>
860855
</execution>
861-
<!-- execution> <id>output-pdf</id> <phase>generate-resources</phase>
862-
<goals> <goal>process-asciidoc</goal> </goals> <configuration> <outputDirectory>target/docs</outputDirectory>
863-
<sourceHighlighter>highlightjs</sourceHighlighter> <backend>pdf</backend>
864-
</configuration> </execution -->
865856
</executions>
866857
</plugin>
867858
</plugins>
868859
</build>
869860
</profile>
870861
<profile>
871862
<id>brokenGitHubSite</id>
872-
873863
<build>
874864
<plugins>
875865
<!-- ======================================================= -->
@@ -905,4 +895,4 @@
905895
</build>
906896
</profile>
907897
</profiles>
908-
</project>
898+
</project>

0 commit comments

Comments
 (0)