Skip to content

This is the parent pom for all bridges that are to be released under the org.st-js.bridge groupId

Notifications You must be signed in to change notification settings

st-js/bridge-parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

ST-JS Bridge parent-pom

Using to deploy a bridge

in your ~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>ossrh</id>
      <username>your-jira-id</username>
      <password>your-jira-pwd</password>
    </server>
  </servers>
  <profiles>
    <profile>
  	  <id>ossrh</id>
  	  <activation>
  	    <activeByDefault>true</activeByDefault>
  	  </activation>
  	  <properties>
  	    <gpg.executable>gpg2</gpg.executable>
  	    <gpg.passphrase>the_pass_phrase</gpg.passphrase>
  	  </properties>
    </profile>
  </profiles>
</settings>

About

This is the parent pom for all bridges that are to be released under the org.st-js.bridge groupId

Resources

Stars

Watchers

Forks

Packages

No packages published