Skip to content

Commit

Permalink
Merge pull request #1208 from cescoffier/features/prepare-pom-for-launch
Browse files Browse the repository at this point in the history
prepare pom for launch
  • Loading branch information
stuartwdouglas authored Mar 6, 2019
2 parents 102fd18 + ce28cde commit 7bc1f0d
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 102 deletions.
30 changes: 0 additions & 30 deletions azure-mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,6 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
<repository>
<id>quarkus-nexus-release</id>
<name>Quarkus AWS Nexus - Releases</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
<repository>
<id>quarkus-nexus-snapshot</id>
<name>Quarkus AWS Nexus - Snapshots</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<!-- 10 minutes. Or enforce refresh by using -U option to Maven -->
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
Expand Down
6 changes: 2 additions & 4 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@
</configuration>
</plugin>
</plugins>

</pluginManagement>
</build>

Expand Down Expand Up @@ -774,8 +773,7 @@
<id>release</id>
<build>
<plugins>
<!-- this will be required when we switch to Maven Central -->
<!-- <plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
Expand All @@ -785,7 +783,7 @@
<serverId>ossrh</serverId>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ On MacOS, point the variable to the `Home` sub-directory:
`export GRAALVM_HOME=~clement/Development/graalvm/Contents/Home/`
====

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/getting-started-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

include::./maven-config.adoc[tag=repositories]

== Architecture

In this guide, we create a straightforward application serving a `hello` endpoint. To demonstrate
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-knative-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For this guide you need:
* having deployed Knative components on https://github.com/knative/docs/blob/master/install/Knative-with-Minikube.md[Minikube]
or https://github.com/openshift-cloud-functions/Documentation/blob/master/knative-minishift.md[Minishift]

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Creating the Maven project

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kubernetes-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For this guide you need:
* having access to a Kubernetes and/or OpenShift cluster. Minikube and Minishift are valid options.
* being able to package the docker image from the link:building-native-image-guide.html[native application guide]

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/opentracing-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To complete this guide, you need:
* Apache Maven 3.5.3+
* Docker

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Architecture

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Solution

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/scheduled-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Architecture

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-di-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].



== Solution
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ And we offer a native CLI that is convenient to use (coming soon).
* link:maven-tooling.html[Maven]
* link:gradle-tooling.html[Gradle]
//* link:cli-tooling.html[CLI]

2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/websocket-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To complete this guide, you need:
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+

Remember, you need to configure Maven as indicated in the link:maven-config.html[Maven configuration page].


== Architecture

Expand Down
22 changes: 9 additions & 13 deletions independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,27 +196,23 @@
</repositories>

<distributionManagement>
<repository>
<id>quarkus-nexus-release</id>
<name>Quarkus AWS Nexus - Releases</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>quarkus-nexus-snapshot</id>
<name>Quarkus AWS Nexus - Snapshots</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>


<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<!-- this will be required when we switch to Maven Central -->
<!-- <plugin>
<groupId>org.sonatype.plugins</groupId>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
Expand All @@ -225,7 +221,7 @@
<serverId>ossrh</serverId>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
47 changes: 6 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,51 +87,16 @@
<enabled>true</enabled>
</snapshots>
</repository>

<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
<repository>
<id>quarkus-nexus-release</id>
<name>Quarkus AWS Nexus - Releases</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
<repository>
<id>quarkus-nexus-snapshot</id>
<name>Quarkus AWS Nexus - Snapshots</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<!-- 10 minutes. Or enforce refresh by using -U option to Maven -->
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>quarkus-nexus-release</id>
<name>Quarkus AWS Nexus - Releases</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>quarkus-nexus-snapshot</id>
<name>Quarkus AWS Nexus - Snapshots</name>
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-release</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 7bc1f0d

Please sign in to comment.