commit dcc4f741a6ecc1ce43e8efd3a69b817da73d9a8a
Author: Cristiano Gavião <[email protected]>
AuthorDate: Tue, 25 Mar 2014 16:17:38 -0300
Commit: Cristiano Gavião <[email protected]>
CommitDate: Tue, 25 Mar 2014 16:17:38 -0300
added an OSGi logging bundle that directs the log entries to system.out.
diff --git a/jbehave-osgi-bundles/org.jbehave.osgi.logging/pom.xml
b/jbehave-osgi-bundles/org.jbehave.osgi.logging/pom.xml
index 4a2ccc6..04efbb7 100644
--- a/jbehave-osgi-bundles/org.jbehave.osgi.logging/pom.xml
+++ b/jbehave-osgi-bundles/org.jbehave.osgi.logging/pom.xml
@@ -51,7 +51,11 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
-
+ <!-- enable source bundle generation -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>