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
joram
joram
Commits
9fb2a40e
Commit
9fb2a40e
authored
Mar 03, 2011
by
Nicolas Tachker
Browse files
add joram-mom-extensions-amqp dependency.
parent
e40654b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
joram/release/pom.xml
View file @
9fb2a40e
...
...
@@ -189,6 +189,12 @@
<version>
${project.version}
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-mom-extensions-amqp
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-mom-extensions-ftp
</artifactId>
...
...
joram/release/samples-assembly.xml
View file @
9fb2a40e
...
...
@@ -133,6 +133,15 @@
</includes>
<unpack>
false
</unpack>
</dependencySet>
<dependencySet>
<outputDirectory>
/ship/bundle
</outputDirectory>
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
<useStrictFiltering>
true
</useStrictFiltering>
<includes>
<include>
org.objectweb.joram:joram-mom-extensions-amqp
</include>
</includes>
<unpack>
false
</unpack>
</dependencySet>
<dependencySet>
<outputDirectory>
/ship/bundle
</outputDirectory>
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
...
...
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