Skip to content

Commit

Permalink
Merge pull request #4 from wbat/bateller-patch-1
Browse files Browse the repository at this point in the history
update
  • Loading branch information
bateller authored Jul 27, 2024
2 parents d682bcd + 7ed5f19 commit db57b0f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Compiled class files
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Maven specific files
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml

# Eclipse specific files
.classpath
.project
.settings/

# IntelliJ specific files
.idea/
*.iml
*.iws
out/

# NetBeans specific files
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

# VS Code specific files
.vscode/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# THe Amazing Maven Example Project!
# The Amazing Maven Example Project!

This project demonstrates how to publish a Java JAR to GitHub Packages using GitHub Actions and how to use the published JAR in other projects.

Expand All @@ -18,7 +18,7 @@ To use the published JAR in another project, add the following to your `pom.xml`
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/YOUR_GITHUB_USERNAME/maven</url>
<url>https://maven.pkg.github.com/wbat/java-jar-test</url>
</repository>
</repositories>

Expand Down

0 comments on commit db57b0f

Please sign in to comment.