Guest User

Untitled

a guest
Jul 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #set( $dollar = '$' )
  2. <atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" pluginsVersion="2">
  3. <plugin-info>
  4. <description>${dollar}{project.description}</description>
  5. <version>${dollar}{project.version}</version>
  6. <!-- Add the <organization> stanza to pom.xml, and then uncomment this. -->
  7. <!--<vendor name="${project.organization.name}" url="${project.organization.url}"/>-->
  8. </plugin-info>
  9. </atlassian-plugin>
Add Comment
Please, Sign In to add comment