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
CHOReVOLUTION
security-filter
Commits
b21e23b3
Commit
b21e23b3
authored
Oct 05, 2016
by
Alexander Perucci
Browse files
adding distribution management to the pom file
parent
f40bbdf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Security-filter-gen/pom.xml
View file @
b21e23b3
...
...
@@ -124,6 +124,21 @@
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
ow2-nexus-snapshots
</id>
<name>
OW2 Snapshots Repository
</name>
<url>
http://repository.ow2.org/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
<repository>
<id>
ow2_chorevolution-1003
</id>
<name>
OW2 Snapshots Repository
</name>
<url>
http://repository.ow2.org/nexus/content/repositories/ow2_chorevolution-1004/
</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
...
...
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