This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 2525 <artifactId >moneta-bp</artifactId >
2626 <version >1.0</version >
2727 <packaging >bundle</packaging >
28-
28+
2929 <name >Moneta (JSR 354 RI) for Java 7</name >
3030
3131 <description >JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
380380 </plugins >
381381 </reporting >
382382
383+ <profiles >
384+ <profile >
385+ <id >travis</id >
386+ <activation >
387+ <property >
388+ <name >env.TRAVIS</name >
389+ <value >true</value >
390+ </property >
391+ </activation >
392+ <build >
393+ <plugins >
394+ <plugin >
395+ <groupId >org.jacoco</groupId >
396+ <artifactId >jacoco-maven-plugin</artifactId >
397+ </plugin >
398+ <plugin >
399+ <groupId >org.eluder.coveralls</groupId >
400+ <artifactId >coveralls-maven-plugin</artifactId >
401+ </plugin >
402+ <plugin >
403+ <groupId >org.apache.maven.plugins</groupId >
404+ <artifactId >maven-javadoc-plugin</artifactId >
405+ <executions >
406+ <execution >
407+ <id >attach-javadocs</id >
408+ <goals >
409+ <goal >jar</goal >
410+ </goals >
411+ </execution >
412+ </executions >
413+ </plugin >
414+ <plugin >
415+ <groupId >org.apache.maven.plugins</groupId >
416+ <artifactId >maven-source-plugin</artifactId >
417+ <executions >
418+ <execution >
419+ <id >attach-sources</id >
420+ <goals >
421+ <goal >jar</goal >
422+ </goals >
423+ </execution >
424+ </executions >
425+ </plugin >
426+ </plugins >
427+ </build >
428+ </profile >
429+ </profiles >
430+
383431</project >
You can’t perform that action at this time.
0 commit comments