DELTASPIKE-332 Setup bean val module.
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7ee61547 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7ee61547 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7ee61547 Branch: refs/heads/master Commit: 7ee6154796a2e828c87e050f70af35fed468d8a2 Parents: 2ed57df Author: John D. Ament <[email protected]> Authored: Tue Jun 11 21:27:51 2013 -0400 Committer: John D. Ament <[email protected]> Committed: Tue Jun 11 21:27:51 2013 -0400 ---------------------------------------------------------------------- deltaspike/modules/beanval/api/pom.xml~ | 53 --------------- deltaspike/modules/beanval/impl/pom.xml~ | 97 --------------------------- deltaspike/modules/beanval/pom.xml~ | 61 ----------------- deltaspike/modules/pom.xml~ | 43 ------------ 4 files changed, 254 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7ee61547/deltaspike/modules/beanval/api/pom.xml~ ---------------------------------------------------------------------- diff --git a/deltaspike/modules/beanval/api/pom.xml~ b/deltaspike/modules/beanval/api/pom.xml~ deleted file mode 100644 index 8492a25..0000000 --- a/deltaspike/modules/beanval/api/pom.xml~ +++ /dev/null @@ -1,53 +0,0 @@ -<?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.deltaspike.modules</groupId> - <artifactId>jsf-module-project</artifactId> - <version>0.5-SNAPSHOT</version> - </parent> - - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>deltaspike-jsf-module-api</artifactId> - - <name>Apache DeltaSpike JSF-Module API</name> - - <dependencies> - <dependency> - <groupId>org.apache.deltaspike.core</groupId> - <artifactId>deltaspike-core-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-servlet_2.5_spec</artifactId> - </dependency> - <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-api</artifactId> - </dependency> - - - </dependencies> - - -</project> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7ee61547/deltaspike/modules/beanval/impl/pom.xml~ ---------------------------------------------------------------------- diff --git a/deltaspike/modules/beanval/impl/pom.xml~ b/deltaspike/modules/beanval/impl/pom.xml~ deleted file mode 100644 index e23fde0..0000000 --- a/deltaspike/modules/beanval/impl/pom.xml~ +++ /dev/null @@ -1,97 +0,0 @@ -<?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.deltaspike.modules</groupId> - <artifactId>jsf-module-project</artifactId> - <version>0.5-SNAPSHOT</version> - </parent> - - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>deltaspike-jsf-module-impl</artifactId> - - <name>Apache DeltaSpike JSF-Module Impl</name> - - <dependencies> - <dependency> - <groupId>org.apache.deltaspike.core</groupId> - <artifactId>deltaspike-core-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.deltaspike.core</groupId> - <artifactId>deltaspike-core-impl</artifactId> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>deltaspike-security-module-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>deltaspike-security-module-impl</artifactId> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>deltaspike-jsf-module-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-el_2.2_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-servlet_3.0_spec</artifactId> - </dependency> - - <!-- we use Arquillian Warp to test our JSF apps --> - <dependency> - <groupId>org.jboss.arquillian.extension</groupId> - <artifactId>arquillian-drone-api</artifactId> - <version>1.1.0.CR3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jboss.arquillian.extension</groupId> - <artifactId>arquillian-warp-api</artifactId> - <version>1.0.0.Alpha1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jboss.arquillian.graphene</groupId> - <artifactId>graphene-webdriver</artifactId> - <version>2.0.0.Alpha2</version> - <type>pom</type> - <scope>test</scope> - </dependency> - - </dependencies> - - -</project> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7ee61547/deltaspike/modules/beanval/pom.xml~ ---------------------------------------------------------------------- diff --git a/deltaspike/modules/beanval/pom.xml~ b/deltaspike/modules/beanval/pom.xml~ deleted file mode 100644 index a427bc1..0000000 --- a/deltaspike/modules/beanval/pom.xml~ +++ /dev/null @@ -1,61 +0,0 @@ -<?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.deltaspike.modules</groupId> - <artifactId>modules-project</artifactId> - <version>0.5-SNAPSHOT</version> - </parent> - - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>beanval-module-project</artifactId> - <version>0.5-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Apache DeltaSpike BeanValidation-Module</name> - - - <modules> - <module>api</module> - <module>impl</module> - </modules> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-api</artifactId> - <version>${myfaces2.version}</version> - <scope>provided</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- JSF API, just for compiling --> - <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-api</artifactId> - <scope>provided</scope> - </dependency> - </dependencies> -</project> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7ee61547/deltaspike/modules/pom.xml~ ---------------------------------------------------------------------- diff --git a/deltaspike/modules/pom.xml~ b/deltaspike/modules/pom.xml~ deleted file mode 100644 index 0488860..0000000 --- a/deltaspike/modules/pom.xml~ +++ /dev/null @@ -1,43 +0,0 @@ -<?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.deltaspike</groupId> - <artifactId>parent-code</artifactId> - <version>0.5-SNAPSHOT</version> - <relativePath>../parent/code/pom.xml</relativePath> - </parent> - - <groupId>org.apache.deltaspike.modules</groupId> - <artifactId>modules-project</artifactId> - <version>0.5-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Apache DeltaSpike Modules</name> - - <modules> - <module>security</module> - <module>jpa</module> - <module>jsf</module> - <module>partial-bean</module> - </modules> -</project>
