Download inspektr-aspects-1.2.ga.jar file

Introduction

You can download inspektr-aspects-1.2.ga.jar in this page.

License

Open Source

Type List

inspektr-aspects-1.2.ga.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.jasig.inspektr/inspektr-aspects/pom.properties
META-INF/maven/org.jasig.inspektr/inspektr-aspects/pom.xml
builddef.lst
org.jasig.inspektr.aspect.TraceLogAspect.class

Pom

inspektr-aspects-1.2.ga.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <artifactId>inspektr</artifactId>
        <groupId>org.jasig.inspektr</groupId>
        <version>1.2.GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>inspektr-aspects</artifactId>
    <name>Inspektr - Aspects</name>
    <description>Aspects used during auditing and logs</description>

    <dependencies>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>aspectj-maven-plugin</artifactId>
                <version>${maven-aspectj-plugin.version}</version>
                <executions>
                    <execution>
                        <phase>process-classes</phase>
                        <goals>
                            <goal>compile</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <source>${project.build.sourceVersion}</source>
                    <target>${project.build.targetVersion}</target>
                    <complianceLevel>${project.build.sourceVersion}</complianceLevel>
                    <complianceLevel>${project.build.sourceVersion}</complianceLevel>
                    <encoding>${project.build.sourceEncoding}</encoding>
                    <forceAjcCompile>true</forceAjcCompile>
                    <skip>false</skip>
                    <showWeaveInfo />
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjtools</artifactId>
                        <version>${aspectj.version}</version>
                    </dependency>
                </dependencies>
            </plugin>

        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.jasig.inspektr</groupId>
   <artifactId>inspektr-aspects</artifactId>
   <version>1.2.ga</version>
</dependency>

Download

If you think the following inspektr-aspects-1.2.ga.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download inspektr-aspects-1.2.ga.jar file




PreviousNext

Related