Skip to content

Instantly share code, notes, and snippets.

View shrikanthavale's full-sized avatar
🌴
Back to work

Shrikant Havale shrikanthavale

🌴
Back to work
View GitHub Profile
@shrikanthavale
shrikanthavale / arquillian.xml
Created September 19, 2014 09:30
arquillian.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- ******************************************************************
Resource Configuration file specific to Arquillium Testing,
*******************************************************************
-->
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
package at.prosigma.profiler.database;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.apache.maven.Maven;
import org.jboss.shrinkwrap.api.ArchivePaths;
import org.jboss.shrinkwrap.api.ShrinkWrap;
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- ======================================================
Project Settings
====================================================== -->
<groupId>at.prosigma</groupId>
<artifactId>profilerNT</artifactId>
Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T15:51:42+02:00)
Maven home: C:\softwares\apache-maven-3.2.2
Java version: 1.7.0_60, vendor: Oracle Corporation
Java home: C:\Program Files (x86)\Java\jdk1.7.0_60\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\softwares\apache-maven-3.2.2\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\shhav\.m2\settings.xml
[DEBUG] Using local repository at C:\Users\shhav\.m2\repository
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-4.1.xsd
http://www.springframework.org/schema/context