Author: sebb
Date: Sun Sep 11 12:27:53 2011
New Revision: 1169435
URL: http://svn.apache.org/viewvc?rev=1169435&view=rev
Log:
Initial stab at POM - needs work
Added:
commons/proper/bsf/trunk/pom.xml (with props)
Added: commons/proper/bsf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1169435&view=auto
==============================================================================
--- commons/proper/bsf/trunk/pom.xml (added)
+++ commons/proper/bsf/trunk/pom.xml Sun Sep 11 12:27:53 2011
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <version>21</version>
+ </parent>
+
+ <groupId>bsf</groupId>
+ <artifactId>bsf</artifactId>
+ <version>2.5.0-SNAPSHOT</version>
+ <name>Apache Commons BSF (Bean Scripting Framework)</name>
+ <url>http://commons.apache.org/bsf</url>
+ <packaging>jar</packaging>
+
+ <inceptionYear>2002</inceptionYear>
+
+ <properties>
+ <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.compile.source>1.3</maven.compile.source>
+ <maven.compile.target>1.3</maven.compile.target>
+ <commons.componentid>bsf</commons.componentid>
+ <commons.release.version>2.5.0</commons.release.version>
+ <commons.release.desc></commons.release.desc>
+ <commons.jira.id>BSF</commons.jira.id>
+ <commons.jira.pid>12310621</commons.jira.pid>
+ <!-- Configuration properties for the OSGi maven-bundle-plugin -->
+ <!-- TODO this is probably wrong -->
+ <commons.osgi.symbolicName>bsf</commons.osgi.symbolicName>
+
<commons.osgi.export>bsf.*;version=${project.version};-noimport:=true</commons.osgi.export>
+ <commons.osgi.import>*</commons.osgi.import>
+ <commons.osgi.dynamicImport />
+ <commons.osgi.private />
+ </properties>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <name>Apache Website</name>
+
<url>scp://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
+ </site>
+ </distributionManagement>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+
+ <developers>
+ <developer>
+ <id>chuck</id>
+ <name>Chuck Murcko</name>
+ <email>[email protected]</email>
+ </developer>
+ <developer>
+ <id>victor</id>
+ <name>Victor Orlikowski</name>
+ <email>[email protected]</email>
+ </developer>
+ <developer>
+ <id>rony</id>
+ <name>Rony G. Flatscher</name>
+ <email>[email protected]</email>
+ </developer>
+ </developers>
+
+ <contributors>
+
+
+ </contributors>
+
+ <mailingLists>
+ <mailingList>
+ <name>BSF User List</name>
+ <subscribe>
+ [email protected]
+ </subscribe>
+ <unsubscribe>
+ [email protected]
+ </unsubscribe>
+ <archive>
+ http://mail-archives.apache.org/mod_mbox/commons-user/
+ </archive>
+ </mailingList>
+ <mailingList>
+ <name>BSF Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>
+ [email protected]
+ </unsubscribe>
+ <archive>
+ http://mail-archives.apache.org/mod_mbox/commons-dev/
+ </archive>
+ </mailingList>
+ </mailingLists>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/BSF</url>
+ </issueManagement>
+
+ <scm>
+ <connection>
+ scm:svn:http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
+ </connection>
+ <developerConnection>
+ scm:svn:http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
+ </developerConnection>
+ <url>http://svn.apache.org/repos/asf/commons/proper/bsf/trunk</url>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*TestCase.java</include>
+ </includes>
+ <excludes>
+ <exclude>**/Abstract*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jardiff-maven-plugin</artifactId>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <version>5.2</version>
+ </artifact>
+ <artifact>
+ <groupId>bcel</groupId>
+ <version>5.1</version>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </plugin>
+ -->
+
+ </plugins>
+ </reporting>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Propchange: commons/proper/bsf/trunk/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native