File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11unit-api
22========
3- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/javax.measure/unit-api/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central /javax.measure/unit-api)
3+ ![ Maven Central Version ] ( https://img.shields.io /maven-central/v /javax.measure/unit-api )
44[ ![ javadoc] ( https://javadoc.io/badge2/javax.measure/unit-api/javadoc.svg )] ( https://javadoc.io/doc/javax.measure/unit-api )
55[ ![ CircleCI] ( https://circleci.com/gh/unitsofmeasurement/unit-api/tree/master.svg?style=svg )] ( https://circleci.com/gh/unitsofmeasurement/unit-api/tree/master )
66[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/598a357e2a584ce5bb36eebf23f28e23 )] ( https://www.codacy.com/gh/unitsofmeasurement/unit-api/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=unitsofmeasurement/unit-api& ; utm_campaign=Badge_Grade )
Original file line number Diff line number Diff line change 363363 <groupId >net.revelc.code</groupId >
364364 <artifactId >formatter-maven-plugin</artifactId >
365365 <version >0.5.2</version >
366- </plugin >
367-
368- <!-- This plugin's configuration is used to store Eclipse m2e settings only.
369- It has no influence on the Maven build itself. -->
370- <plugin >
371- <groupId >org.eclipse.m2e</groupId >
372- <artifactId >lifecycle-mapping</artifactId >
373- <version >1.0.0</version >
374- <configuration >
375- <lifecycleMappingMetadata >
376- <pluginExecutions >
377- <pluginExecution >
378- <pluginExecutionFilter >
379- <groupId >org.jacoco</groupId >
380- <artifactId >
381- jacoco-maven-plugin
382- </artifactId >
383- <versionRange >
384- [0.7.1.201405082137,)
385- </versionRange >
386- <goals >
387- <goal >prepare-agent</goal >
388- </goals >
389- </pluginExecutionFilter >
390- <action >
391- <ignore ></ignore >
392- </action >
393- </pluginExecution >
394- <pluginExecution >
395- <pluginExecutionFilter >
396- <groupId >
397- net.revelc.code
398- </groupId >
399- <artifactId >
400- formatter-maven-plugin
401- </artifactId >
402- <versionRange >
403- [0.5.2,)
404- </versionRange >
405- <goals >
406- <goal >format</goal >
407- </goals >
408- </pluginExecutionFilter >
409- <action >
410- <ignore ></ignore >
411- </action >
412- </pluginExecution >
413- </pluginExecutions >
414- </lifecycleMappingMetadata >
415- </configuration >
416- </plugin >
366+ </plugin >
417367 </plugins >
418368 </pluginManagement >
419369
You can’t perform that action at this time.
0 commit comments