Skip to content

how to install java sdk with maven? #9194

Closed Answered by terrytangyuan
sanqiuli asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

    <profile>
      <id>github</id>
      <repositories>
        <repository>
          <id>central</id>
          <url>https://repo1.maven.org/maven2</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>false</enabled></snapshots>
        </repository>
        <repository>
          <id>github</id>
          <name>GitHub argoproj Apache Maven Packages</name>
          <url>https://maven.pkg.github.com/argoproj/argo-workflows</url>
        </repository>
      </repositories>
    </profile>

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@sanqiuli
Comment options

@terrytangyuan
Comment options

@terrytangyuan
Comment options

@sanqiuli
Comment options

Answer selected by terrytangyuan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/sdks type/support User support issue - likely not a bug
3 participants