Преглед на файлове

Merge pull request #48 from kriegaex/deploy-main-artifacts-only

Only deploy main artifacts, default to no deployment for all others
tags/V1_9_7_M2
Andy Clement преди 3 години
родител
ревизия
1fc5195245
No account linked to committer's email address
променени са 7 файла, в които са добавени 32 реда и са изтрити 0 реда
  1. 5
    0
      asm-renamed/pom.xml
  2. 5
    0
      aspectjmatcher/pom.xml
  3. 5
    0
      aspectjrt/pom.xml
  4. 5
    0
      aspectjtools/pom.xml
  5. 5
    0
      aspectjweaver/pom.xml
  6. 5
    0
      installer/pom.xml
  7. 2
    0
      pom.xml

+ 5
- 0
asm-renamed/pom.xml Целия файл

the binaries. IDEA will just stop looking at the local Maven repository in this case. the binaries. IDEA will just stop looking at the local Maven repository in this case.
</description> </description>


<properties>
<!-- By default, do not deploy artifacts - but deploy this one used by the main build -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<distributionManagement> <distributionManagement>
<repository> <repository>
<id>github</id> <id>github</id>

+ 5
- 0
aspectjmatcher/pom.xml Целия файл

<artifactId>aspectjmatcher</artifactId> <artifactId>aspectjmatcher</artifactId>
<name>AspectJ Matcher</name> <name>AspectJ Matcher</name>


<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<build> <build>
<plugins> <plugins>



+ 5
- 0
aspectjrt/pom.xml Целия файл

<artifactId>aspectjrt</artifactId> <artifactId>aspectjrt</artifactId>
<name>AspectJ Runtime</name> <name>AspectJ Runtime</name>


<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

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

+ 5
- 0
aspectjtools/pom.xml Целия файл

<artifactId>aspectjtools</artifactId> <artifactId>aspectjtools</artifactId>
<name>AspectJ Tools (Compiler)</name> <name>AspectJ Tools (Compiler)</name>


<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<build> <build>
<plugins> <plugins>



+ 5
- 0
aspectjweaver/pom.xml Целия файл

<artifactId>aspectjweaver</artifactId> <artifactId>aspectjweaver</artifactId>
<name>AspectJ Weaver</name> <name>AspectJ Weaver</name>


<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<build> <build>
<plugins> <plugins>



+ 5
- 0
installer/pom.xml Целия файл

<artifactId>installer</artifactId> <artifactId>installer</artifactId>
<name>AspectJ Installer</name> <name>AspectJ Installer</name>


<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

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

+ 2
- 0
pom.xml Целия файл

<revision>1.9.7.BUILD-SNAPSHOT</revision> <revision>1.9.7.BUILD-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- By default, do not deploy artifacts - override for the ones which actually should be deployed -->
<maven.deploy.skip>true</maven.deploy.skip>
<jdt.core.version>3.25.0-SNAPSHOT</jdt.core.version> <jdt.core.version>3.25.0-SNAPSHOT</jdt.core.version>
<lib.ant.version>1.6.3</lib.ant.version> <lib.ant.version>1.6.3</lib.ant.version>
<lib.ant.xerces.version>2.6.2</lib.ant.xerces.version> <lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>

Loading…
Отказ
Запис