Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jamie Mansfield
asm
Commits
05fad870
Commit
05fad870
authored
Aug 27, 2006
by
ekuleshov
Browse files
created m2 poms for uploading to Ibiblio
parent
eedbfb11
Changes
2
Hide whitespace changes
Inline
Side-by-side
archive/asm-attrs.pom
0 → 100644
View file @
05fad870
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>@product.artifact@</version>
</parent>
<name>ASM Atributes</name>
<artifactId>asm-attrs</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<artifactId>asm</artifactId>
<groupId>asm</groupId>
</dependency>
</dependencies>
</project>
archive/asm-attrs.xml
View file @
05fad870
...
...
@@ -13,7 +13,7 @@
</manifest>
</jar>
<copy
file=
"${archive}/
maven-pom-template.xml
"
toFile=
"${out.dist.lib}/${ant.project.name}-${product.artifact}.pom"
/>
<copy
file=
"${archive}/
asm-attrs.pom
"
toFile=
"${out.dist.lib}/${ant.project.name}-${product.artifact}.pom"
/>
<replace
file=
"${out.dist.lib}/${ant.project.name}-${product.artifact}.pom"
token=
"@product.name@"
value=
"${ant.project.name}"
/>
<replace
file=
"${out.dist.lib}/${ant.project.name}-${product.artifact}.pom"
token=
"@product.artifact@"
value=
"${product.artifact}"
/>
</target>
...
...
Write
Preview
Supports
Markdown
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