Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
114
Issues
114
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
619303cf
Commit
619303cf
authored
Mar 26, 2013
by
Philippe Merle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more configuration to maven-release-plugin.
parent
6474530c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
pom.xml
pom.xml
+4
-0
No files found.
pom.xml
View file @
619303cf
...
@@ -337,6 +337,10 @@
...
@@ -337,6 +337,10 @@
<artifactId>
maven-release-plugin
</artifactId>
<artifactId>
maven-release-plugin
</artifactId>
<configuration>
<configuration>
<tagBase>
svn+ssh://svn.forge.objectweb.org/svnroot/frascati/tags/frascati/
</tagBase>
<tagBase>
svn+ssh://svn.forge.objectweb.org/svnroot/frascati/tags/frascati/
</tagBase>
<!-- Sub modules have the same version as this one. -->
<autoVersionSubmodules>
true
</autoVersionSubmodules>
<preparationGoals>
clean install deploy
</preparationGoals>
<goals>
clean deploy
</goals>
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
...
...
Write
Preview
Markdown
is supported
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