Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assert-object-equals-module
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Danijel Dragicevic
assert-object-equals-module
Commits
c93cf4a1
Commit
c93cf4a1
authored
Oct 25, 2019
by
Danijel Dragicevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commented out deploy-to-ossrh repository profile. Excluding all stuff related to that profile.
parent
9c5a6765
Pipeline
#123050
failed with stages
in 4 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
42 deletions
+42
-42
pom.xml
pom.xml
+42
-42
No files found.
pom.xml
View file @
c93cf4a1
...
...
@@ -40,48 +40,48 @@
</scm>
<profiles>
<profile
>
<id>
deploy-to-ossrh
</id
>
<distributionManagement
>
<snapshotRepository
>
<id>
ossrh
</id
>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url
>
</snapshotRepository
>
<repository
>
<id>
ossrh
</id
>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url
>
</repository
>
</distributionManagement
>
<build
>
<plugins
>
<plugin
>
<groupId>
org.apache.maven.plugins
</groupId
>
<artifactId>
maven-gpg-plugin
</artifactId
>
<version>
1.5
</version
>
<executions
>
<execution
>
<id>
sign-artifacts
</id
>
<phase>
verify
</phase
>
<goals
>
<goal>
sign
</goal
>
</goals
>
</execution
>
</executions
>
</plugin
>
<plugin
>
<groupId>
org.sonatype.plugins
</groupId
>
<artifactId>
nexus-staging-maven-plugin
</artifactId
>
<version>
1.6.7
</version
>
<extensions>
true
</extensions
>
<configuration
>
<serverId>
ossrh
</serverId
>
<nexusUrl>
https://oss.sonatype.org/
</nexusUrl
>
<autoReleaseAfterClose>
true
</autoReleaseAfterClose
>
</configuration
>
</plugin
>
</plugins
>
</build
>
</profile
>
<!-- <profile>--
>
<!-- <id>deploy-to-ossrh</id>--
>
<!-- <distributionManagement>--
>
<!-- <snapshotRepository>--
>
<!-- <id>ossrh</id>--
>
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>--
>
<!-- </snapshotRepository>--
>
<!-- <repository>--
>
<!-- <id>ossrh</id>--
>
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>--
>
<!-- </repository>--
>
<!-- </distributionManagement>--
>
<!-- <build>--
>
<!-- <plugins>--
>
<!-- <plugin>--
>
<!-- <groupId>org.apache.maven.plugins</groupId>--
>
<!-- <artifactId>maven-gpg-plugin</artifactId>--
>
<!-- <version>1.5</version>--
>
<!-- <executions>--
>
<!-- <execution>--
>
<!-- <id>sign-artifacts</id>--
>
<!-- <phase>verify</phase>--
>
<!-- <goals>--
>
<!-- <goal>sign</goal>--
>
<!-- </goals>--
>
<!-- </execution>--
>
<!-- </executions>--
>
<!-- </plugin>--
>
<!-- <plugin>--
>
<!-- <groupId>org.sonatype.plugins</groupId>--
>
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--
>
<!-- <version>1.6.7</version>--
>
<!-- <extensions>true</extensions>--
>
<!-- <configuration>--
>
<!-- <serverId>ossrh</serverId>--
>
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--
>
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--
>
<!-- </configuration>--
>
<!-- </plugin>--
>
<!-- </plugins>--
>
<!-- </build>--
>
<!-- </profile>--
>
<profile>
<id>
deploy-to-codecentric
</id>
<activation>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment