code-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos.code</groupId>
<artifactId>code-parent</artifactId>
<version>0.29.1</version>
</dependency><?xml version="1.0"?> <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> <parent> <groupId>br.com.objectos.parent</groupId> <artifactId>parent</artifactId> <version>0.14.0</version> <relativePath /> </parent> <groupId>br.com.objectos.code</groupId> <artifactId>code-parent</artifactId> <packaging>pom</packaging> <version>0.29.1</version> <name>objectos::code parent</name> <description> The definitive Java source code generation and annotation processing library. </description> <url>https://github.com/objectos/code</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:ssh://rio.objectos.com.br/srv/git/objectos.git</connection> <developerConnection>scm:git:ssh://rio.objectos.com.br/srv/git/objectos.git</developerConnection> <url>https://github.com/objectos/code</url> <tag>code-parent-0.29.1</tag> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/objectos/code/issues</url> </issueManagement> <organization> <name>Objectos Software LTDA</name> <url>http://www.objectos.com.br</url> </organization> <properties> <project.previousVersion>0.29.0</project.previousVersion> <java.version>1.8</java.version> </properties> <build> <plugins> <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> <configuration> <inlineHeader> <![CDATA[ Copyright (C) 2014-2020 Objectos Software LTDA. Licensed 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. ]]> </inlineHeader> <excludes> <exclude>**/model/element/JdtTypeElementQuery.java</exclude> <exclude>**/util/SimpleServiceLoader.java</exclude> <exclude>**/.apt_generated/**</exclude> </excludes> </configuration> </plugin> </plugins> </build> <modules> <module>code</module> <module>code-boot</module> <module>code-testing</module> <module>code-testing-testng</module> </modules> </project>