|
36 | 36 |
|
37 | 37 | <url>https://github.com/eclipse-ee4j/openmq</url>
|
38 | 38 |
|
| 39 | + <organization> |
| 40 | + <name>Eclipse Foundation</name> |
| 41 | + <url>https://www.eclipse.org/org/foundation/</url> |
| 42 | + </organization> |
| 43 | + |
| 44 | + <licenses> |
| 45 | + <license> |
| 46 | + <name>EPL 2.0</name> |
| 47 | + <url>http://www.eclipse.org/legal/epl-2.0</url> |
| 48 | + <distribution>repo</distribution> |
| 49 | + </license> |
| 50 | + <license> |
| 51 | + <name>GPL2 w/ CPE</name> |
| 52 | + <url>https://www.gnu.org/software/classpath/license.html</url> |
| 53 | + <distribution>repo</distribution> |
| 54 | + </license> |
| 55 | + </licenses> |
| 56 | + |
| 57 | + <issueManagement> |
| 58 | + <system>GitHub</system> |
| 59 | + <url>https://github.com/eclipse-ee4j/openmq/issues</url> |
| 60 | + </issueManagement> |
| 61 | + |
| 62 | + <mailingLists> |
| 63 | + <mailingList> |
| 64 | + <name>OpenMQ mailing list</name> |
| 65 | + |
| 66 | + <subscribe>https://accounts.eclipse.org/mailing-list/openmq-dev</subscribe> |
| 67 | + <unsubscribe>https://accounts.eclipse.org/mailing-list/openmq-dev</unsubscribe> |
| 68 | + <archive>https://eclipse.org/lists/openmq-dev</archive> |
| 69 | + </mailingList> |
| 70 | + </mailingLists> |
| 71 | + |
39 | 72 | <scm>
|
40 | 73 | <connection>scm:git:https://github.com/eclipse-ee4j/openmq.git</connection>
|
41 |
| - <developerConnection> |
42 |
| - scm:git: [email protected]:eclipse-ee4j/openmq.git |
43 |
| - </developerConnection> |
| 74 | + < developerConnection>scm:git: [email protected]:eclipse-ee4j/openmq.git</ developerConnection> |
44 | 75 | <url>https://github.com/eclipse-ee4j/openmq</url>
|
45 | 76 | <tag>HEAD</tag>
|
46 | 77 | </scm>
|
47 | 78 |
|
48 |
| - <organization> |
49 |
| - <name>Eclipse Foundation</name> |
50 |
| - <url>https://www.eclipse.org/org/foundation/</url> |
51 |
| - </organization> |
52 |
| - |
53 | 79 | <properties>
|
54 | 80 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
55 | 81 | </properties>
|
|
72 | 98 | println '### Setting project artifacts for ' + project.version
|
73 | 99 | def projectHelper = container.lookup("org.apache.maven.project.MavenProjectHelper")
|
74 | 100 |
|
75 |
| - project.artifact.setFile(null) |
76 | 101 | projectHelper.attachArtifact(project, "zip", null, new File("../dist/bundles//mq.zip").canonicalFile)
|
77 | 102 | projectHelper.attachArtifact(project, "zip", "sources", new File("../dist/bundles/mq-src.zip").canonicalFile)
|
78 | 103 | </source>
|
|
0 commit comments