File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4+
45 <groupId >de.sfuhrm</groupId >
56 <artifactId >message-digest-assembly-handler</artifactId >
67 <version >0.9.0-SNAPSHOT</version >
8+
79 <name >MessageDigest Maven Assembly Handler</name >
810 <description >Calculates message digest file for the contents in a Maven archiver archive</description >
911 <url >https://github.com/sfuhrm/message-digest-assembly-handler</url >
1416 <distribution >repo</distribution >
1517 </license >
1618 </licenses >
19+
1720 <developers >
1821 <developer >
1922 <id >sfuhrm</id >
2023 <name >Stephan Fuhrmann</name >
2124 </developer >
2225 </developers >
26+
2327 <scm >
2428 <url >https://github.com/sfuhrm/message-digest-assembly-handler.git</url >
2529 <
connection >scm:git:
[email protected] :sfuhrm/message-digest-assembly-handler.git</
connection >
2630 <
developerConnection >scm:git:
[email protected] :sfuhrm/message-digest-assembly-handler.git</
developerConnection >
2731 <tag >HEAD</tag >
2832 </scm >
33+
2934 <properties >
3035 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3136 <jmockit .version>1.49</jmockit .version>
3237 </properties >
38+
3339 <dependencies >
3440 <dependency >
3541 <groupId >org.apache.maven.plugins</groupId >
5561 <scope >test</scope >
5662 </dependency >
5763 </dependencies >
64+
5865 <build >
5966 <plugins >
6067 <plugin >
129136 </plugin >
130137 </plugins >
131138 </build >
139+
132140 <profiles >
133141 <profile >
134142 <id >release</id >
You can’t perform that action at this time.
0 commit comments