]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
Import all JCR packages so that thread bound session can be proxied for AOP
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 06ec2f869a1fc26ed02b7d91a0299456b1b92089..d1d922b3dfb87ccac980d6d36825536bc6f00da4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,9 @@
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
                <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
                <rpm.release>6</rpm.release>
-               <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-staging/6/x86_64
-               </rpm.stagingRepository>
+               <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-staging/6/x86_64</rpm.stagingRepository>
+               <!-- encoding, see http://is.gd/mvn_source_encoding -->
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        <modules>
                <module>basic</module>
@@ -92,6 +93,8 @@ limitations under the License.
                </developer>
        </developers>
        <build>
+               <!-- NOTE: This is just a vision for the future, it's not yet implemented: 
+                       see MNG-2216 <sourceEncoding>UTF-8</sourceEncoding> -->
                <extensions>
                        <extension>
                                <groupId>org.apache.maven.wagon</groupId>
@@ -160,7 +163,7 @@ limitations under the License.
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>2.2.0</version>
+                                       <version>2.3.7</version>
                                        <extensions>true</extensions>
                                        <configuration>
                                                <manifestLocation>META-INF</manifestLocation>