All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assembly.all-jar.xml Maven / Gradle / Ivy

Go to download

Object Modeling System (OMS) is a pure Java object-oriented framework. OMS v3.+ is a highly interoperable and lightweight modeling framework for component-based model and simulation development on multiple platforms.

There is a newer version: 3.5.12
Show newest version
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
   <id>all</id>
   <formats>
       <format>jar</format> <!-- the result is a jar file -->
   </formats>

   <includeBaseDirectory>false</includeBaseDirectory> <!-- strip the module prefixes -->

   <dependencySets>
       <dependencySet>
           <unpack>true</unpack> <!-- unpack , then repack the jars -->
           <useTransitiveDependencies>false</useTransitiveDependencies> <!-- do not pull in any transitive dependencies -->
       </dependencySet>
   </dependencySets>
   <fileSets>
        <fileSet>
            <outputDirectory>META-INF</outputDirectory>
            <includes>
                <include>License.txt</include>
            </includes>
        </fileSet>
   </fileSets>
</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy