| 组织ID: |
org.terrameta |
| 项目ID: |
plasma-profile |
| 版本: |
1.2.8 |
| 最后修改时间: |
2019-11-30 13:00:44 |
| 包类型: |
jar |
| 标题: |
Plasma Profile |
| 描述: |
The Plasma Profile Module |
| 大小: |
223.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.terrameta</groupId>
<artifactId>plasma-profile</artifactId>
<version>1.2.8</version>
</dependency>
|
| Gradle引入代码: |
org.terrameta:plasma-profile:1.2.8
|
| 下载Jar包: |
|
| POM文件内容: |
<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.terrameta</groupId>
<artifactId>plasma</artifactId>
<version>1.2.8</version>
</parent>
<groupId>org.terrameta</groupId>
<artifactId>plasma-profile</artifactId>
<version>1.2.8</version>
<packaging>jar</packaging>
<name>Plasma Profile</name>
<description>The Plasma Profile Module</description>
<licenses>
<license>
<name>Plasma License</name>
<url>https://github.com/terrameta/plasma/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/terrameta/plasma</url>
<connection></connection>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
</repositories>
<pluginRepositories>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<artifactId>xalan</artifactId>
<groupId>xalan</groupId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.atteo.classindex</groupId>
<artifactId>classindex</artifactId>
<version>3.3</version>
</dependency>
<dependency>
<groupId>org.modeldriven</groupId>
<artifactId>fuml</artifactId>
<version>1.1.0c</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<artifactId>jaxb-api</artifactId>
<groupId>javax.xml.bind</groupId>
</exclusion>
<exclusion>
<artifactId>jaxb-xjc</artifactId>
<groupId>com.sun.xml.bind</groupId>
</exclusion>
<exclusion>
<artifactId>jaxb-impl</artifactId>
<groupId>com.sun.xml.bind</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.terrameta</groupId>
<artifactId>plasma-common</artifactId>
<version>1.2.8</version>
</dependency>
</dependencies>
<build>
<finalName>plasma-profile</finalName>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<dependencies>
<!--
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
-->
</dependencies>
<executions>
<execution>
<id>gen_profile_annotations</id>
<phase>generate-sources</phase>
<configuration>
<target>
<echo message="####Generate profile annotations####" />
<property name="compile_classpath" refid="maven.compile.classpath" />
<property name="release_suffix" value="1.2.8" />
<path id="cp">
<pathelement path="${compile_classpath}" />
</path>
<java failonerror="yes" fork="yes"
classname="org.plasma.common.xslt.XSLTUtils">
<classpath refid="cp" />
<arg value="${basedir}/dummy.out" />
<arg
value="${basedir}/src/main/resources/uml/Plasma_SDO_Profile.mdxml" />
<arg
value="${basedir}/src/main/resources/xsl/profile/ProfileToJavaAnnotationMetamodel.xsl" />
<arg
value="basedir=${basedir}/target/generated-sources/java pkg=org.plasma.sdo.annotation implpkg=org.plasma.sdo.profile author=Plasma-Team version=${release_suffix} separator=${file.separator}" />
</java>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>gen_profile_classes</id>
<phase>generate-sources</phase>
<configuration>
<target>
<echo message="####Generate profile classes####" />
<property name="compile_classpath" refid="maven.compile.classpath" />
<property name="release_suffix" value="1.2.8" />
<path id="cp">
<pathelement path="${compile_classpath}" />
</path>
<java failonerror="yes" fork="yes"
classname="org.plasma.common.xslt.XSLTUtils">
<classpath refid="cp" />
<arg value="${basedir}/dummy.out" />
<arg
value="${basedir}/src/main/resources/uml/Plasma_SDO_Profile.mdxml" />
<arg
value="${basedir}/src/main/resources/xsl/profile/ProfileToJavaClassMetamodel.xsl" />
<arg
value="basedir=${basedir}/target/generated-sources/java pkg=org.plasma.sdo.profile interfacepkg=org.plasma.sdo author=Plasma-Team version=${release_suffix} separator=${file.separator}" />
</java>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>gen_profile_interfaces</id>
<phase>generate-sources</phase>
<configuration>
<target>
<echo message="####Generate profile interfaces####" />
<property name="compile_classpath" refid="maven.compile.classpath" />
<property name="release_suffix" value="1.2.8" />
<path id="cp">
<pathelement path="${compile_classpath}" />
</path>
<java failonerror="yes" fork="yes"
classname="org.plasma.common.xslt.XSLTUtils">
<classpath refid="cp" />
<arg value="${basedir}/dummy.out" />
<arg
value="${basedir}/src/main/resources/uml/Plasma_SDO_Profile.mdxml" />
<arg
value="${basedir}/src/main/resources/xsl/profile/ProfileToJavaInterfaceMetamodel.xsl" />
<arg
value="basedir=${basedir}/target/generated-sources/java pkg=org.plasma.sdo implpkg=org.plasma.sdo.profile author=Plasma-Team version=${release_suffix} separator=${file.separator}" />
</java>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>${basedir}/target/generated-sources/java</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<versionRange>
[1.7,)
</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<versionRange>
[1.7,)
</versionRange>
<goals>
<goal>add-source</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.plasma.sdo.Alias.class
org.plasma.sdo.annotation.Alias.class
org.plasma.sdo.annotation.Comment.class
org.plasma.sdo.annotation.Concurrent.class
org.plasma.sdo.annotation.DataProperty.class
org.plasma.sdo.annotation.Derivation.class
org.plasma.sdo.annotation.Documentation.class
org.plasma.sdo.annotation.EnumConstraint.class
org.plasma.sdo.annotation.Enumeration.class
org.plasma.sdo.annotation.EnumerationConstraint.class
org.plasma.sdo.annotation.Key.class
org.plasma.sdo.annotation.Namespace.class
org.plasma.sdo.annotation.ReferenceProperty.class
org.plasma.sdo.annotation.SemanticConstraint.class
org.plasma.sdo.annotation.Sort.class
org.plasma.sdo.annotation.Temporal.class
org.plasma.sdo.annotation.Type.class
org.plasma.sdo.annotation.UniqueConstraint.class
org.plasma.sdo.annotation.ValueConstraint.class
org.plasma.sdo.annotation.ValueSetConstraint.class
org.plasma.sdo.annotation.XmlProperty.class
org.plasma.sdo.Concurrent.class
org.plasma.sdo.Derivation.class
org.plasma.sdo.Documentation.class
org.plasma.sdo.EnumerationConstraint.class
org.plasma.sdo.Key.class
org.plasma.sdo.Namespace.class
org.plasma.sdo.profile.CodingStrength.class
org.plasma.sdo.profile.ConcurrencyType.class
org.plasma.sdo.profile.ConcurrentDataFlavor.class
org.plasma.sdo.profile.DocumentationType.class
org.plasma.sdo.profile.KeyType.class
org.plasma.sdo.profile.SDOAlias.class
org.plasma.sdo.profile.SDOConcurrent.class
org.plasma.sdo.profile.SDODerivation.class
org.plasma.sdo.profile.SDODocumentation.class
org.plasma.sdo.profile.SDOEnumerationConstraint.class
org.plasma.sdo.profile.SDOKey.class
org.plasma.sdo.profile.SDONamespace.class
org.plasma.sdo.profile.SDOSemanticConstraint.class
org.plasma.sdo.profile.SDOSort.class
org.plasma.sdo.profile.SDOTemporal.class
org.plasma.sdo.profile.SDOUniqueConstraint.class
org.plasma.sdo.profile.SDOValueConstraint.class
org.plasma.sdo.profile.SDOValueSetConstraint.class
org.plasma.sdo.profile.SDOXmlProperty.class
org.plasma.sdo.profile.TemporalType.class
org.plasma.sdo.profile.XmlNodeType.class
org.plasma.sdo.SemanticConstraint.class
org.plasma.sdo.Sort.class
org.plasma.sdo.Temporal.class
org.plasma.sdo.UniqueConstraint.class
org.plasma.sdo.ValueConstraint.class
org.plasma.sdo.ValueSetConstraint.class
org.plasma.sdo.XmlProperty.class
uml/Plasma_SDO_Profile.mdxml
uml/Plasma_SDO_Profile_v1_3.mdxml
uml/README
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
log4j-1.2.8.jar
/log4j/log4j/1.2.8
查看log4j所有版本文件
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
xalan-2.6.0.jar
/xalan/xalan/2.6.0
查看xalan所有版本文件
classindex-3.3.jar
/org.atteo.classindex/classindex/3.3
查看classindex所有版本文件
fuml-1.1.0c.jar
/org.modeldriven/fuml/1.1.0c
查看fuml所有版本文件
plasma-common-1.2.8.jar
/org.terrameta/plasma-common/1.2.8
查看plasma-common所有版本文件
|