Lines Matching +full:deploy +full:- +full:name

1 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
10 <version>3.24.1-GA</version>
11 <name>Javassist</name>
15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <name>Shigeru Chiba, www.javassist.org</name>
26 <!-- this is the license under which javassist is usually distributed
27 -->
29 <name>MPL 1.1</name>
30 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
32 <!-- this is the license under which javassist is distributed when
34 -->
36 <name>LGPL 2.1</name>
37 <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
39 <!-- this is the license under which javassist can be distributed.
40 -->
42 <name>Apache License 2.0</name>
48 <connection>scm:git:git@github.com:jboss-javassist/javassist.git</connection>
49 <developerConnection>scm:git:git@github.com:jboss-javassist/javassist.git</developerConnection>
50 <url>scm:git:git@github.com:jboss-javassist/javassist.git</url>
56 <name>Shigeru Chiba</name>
68 <name>Andrew Dinn</name>
80 <name>Kabir Khan</name>
92 <name>Scott Marlow</name>
99 <timezone>-5</timezone>
106 <!--
110 <id>jboss-releases-repository</id>
115 <id>jboss-snapshots-repository</id>
121 To deploy a snapshot, you need to run
123 mvn deploy -Dversion=3.x.y-SNAPSHOT
125 To deploy a release you need to change the version to 3.x.y.GA and run
127 mvn deploy
128 -->
130 <id>jboss-releases-repository</id>
131 <name>JBoss Releases Repository</name>
132 <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
135 <id>jboss-snapshots-repository</id>
136 <name>JBoss Snapshots Repository</name>
151 <artifactId>maven-compiler-plugin</artifactId>
158 <testCompilerArgument>-parameters</testCompilerArgument>
163 <artifactId>maven-surefire-plugin</artifactId>
178 <artifactId>maven-jar-plugin</artifactId>
190 <artifactId>maven-source-plugin</artifactId>
194 <id>attach-sources</id>
204 <artifactId>maven-javadoc-plugin</artifactId>
209 <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
210 Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
218 <artifactId>maven-bundle-plugin</artifactId>
222 <id>bundle-manifest</id>
223 <phase>process-classes</phase>
236 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
237 <Bundle-Version>${project.version}</Bundle-Version>
238 <Import-Package>!com.sun.jdi.*</Import-Package>
239 <Export-Package>!com.sun.jdi.*,javassist.*;version="${project.version}"</Export-Package>
247 <!-- profile for releasing to sonatype repo
248 exercise with mvn -PcentralRelease
249 -->
252 <!-- obviously we need to use the Sonatype staging repo for upload -->
255 <id>sonatype-releases-repository</id>
256 <name>Sonatype Releases Repository</name>
257 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
260 <!-- we need to be able to sign the jars we install -->
265 <artifactId>maven-gpg-plugin</artifactId>
272 <id>sign-artifacts</id>
283 <!-- profiles to add tools jar containing com.sun.jdi code
285 -->
287 <id>default-tools</id>
303 <id>java9-tools</id>
314 <systemPath>${java.home}/lib/jrt-fs.jar</systemPath>
328 <artifactId>hamcrest-all</artifactId>