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
fractal
fractal
Commits
b1866701
Commit
b1866701
authored
Mar 20, 2013
by
Philippe Merle
Browse files
To allow to deploy artifacts on OW2 Nexus.
parent
81c29502
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/amazon/model/pom.xml
View file @
b1866701
...
...
@@ -40,6 +40,12 @@
</executions>
</plugin>
</plugins>
<!-- OW2 Nexus requires a source artifact when releasing artifacts. -->
<!-- As this module has no src/main/java then include generated Java sources -->
<!-- into the source artifact produced by maven-source-plugin of the OW 1.3 pom.xml -->
<sourceDirectory>
target/generated/src/main/java
</sourceDirectory>
</build>
<dependencies>
<dependency>
...
...
examples/meteo/model/pom.xml
View file @
b1866701
...
...
@@ -45,6 +45,12 @@
</executions>
</plugin>
</plugins>
<!-- OW2 Nexus requires a source artifact when releasing artifacts. -->
<!-- As this module has no src/main/java then include generated Java sources -->
<!-- into the source artifact produced by maven-source-plugin of the OW 1.3 pom.xml -->
<sourceDirectory>
target/generated/src/main/java
</sourceDirectory>
</build>
<dependencies>
<dependency>
...
...
testing/fixtures-juliac/pom.xml
View file @
b1866701
...
...
@@ -93,6 +93,12 @@
</executions>
</plugin>
</plugins>
<!-- OW2 Nexus requires a source artifact when releasing artifacts. -->
<!-- As this module has no src/main/java then include generated Java sources -->
<!-- into the source artifact produced by maven-source-plugin of the OW 1.3 pom.xml -->
<sourceDirectory>
target/generated-sources/juliac
</sourceDirectory>
</build>
<scm>
<connection>
scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/FRACTAL_BF_0_10/tags/FRACTAL_BF_0_9
</connection>
...
...
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