You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by smitherz <ri...@gmail.com> on 2008/09/23 21:17:54 UTC

deploy goal no longer deploying

Hi all,

I am fairly new to maven but have had it working for almost a year with no
real issues. Today I was trying to fix my 
build problem in continuum and found out it was maven or a plugin that has
possibly changed behavior.

I run a build on about 30 modules from continuum and use a command from
continuum like...
   mvn -e -Ddeploylocation=file:///home/apache/ci_repo  clean deploy

Running the same maven command manually gets this same behavior as continuum
does.
I noticed that the last time the files in that tree were updated was the
9/19/2008. I also found that the jars I was
successfully creating were in their respective workspace/target directories.
They were no longer getting copied to 
the "-Ddeploylocation=" directory. Instead I am seeing this at the end of my
build logs.

.....
[INFO] [install:install]
[INFO] [MAVEN-CORE-IT-LOG] Using output file path:
target/install-install.txt
[INFO] [MAVEN-CORE-IT-LOG] Creating output file:
/usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
[INFO] [MAVEN-CORE-IT-LOG] Created output file:
/usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
[INFO] [deploy:deploy]
[INFO] [MAVEN-CORE-IT-LOG] Using output file path: target/deploy-deploy.txt
[INFO] [MAVEN-CORE-IT-LOG] Creating output file:
/usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
[INFO] [MAVEN-CORE-IT-LOG] Created output file:
/usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 minutes 16 seconds
[INFO] Finished at: Tue Sep 23 12:33:32 EDT 2008
[INFO] Final Memory: 63M/233M
[INFO]
------------------------------------------------------------------------

Those deploy-deploy.txt and install-install.txt files are all zero bytes.

Help? I am at a loss as to what I need to adjust to get the previous
behavior of the copy. My guess is that a plugin 
was updated and I got the new functions. I am trying to nail down my
<version> info in my poms but it takes time.

I am using Maven 2.0.8 and a 1.5 jdk.

thanks,
Scott

-- 
View this message in context: http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19634893.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: deploy goal no longer deploying

Posted by smitherz <ri...@gmail.com>.
Here is the output of the effective pom. Names changed in some places to
protect the guilty. ;-)

[INFO] [help:effective-pom]
[INFO] 
Effective POMs, after inheritance, interpolation, and profiles are applied:

<!-- ======================================================================
-->
<!--                                                                       
-->
<!-- Generated by Maven Help Plugin on 9/24/08 8:05 AM                     
-->
<!-- See: http://maven.apache.org/plugins/maven-help/                -->
<!--                                                                       
-->
<!-- ======================================================================
-->

<!-- ======================================================================
-->
<!--                                                                       
-->
<!-- Effective POM for project                                             
-->
<!-- 'company.artifactgroup:ApplName:jar:1.0.2-SNAPSHOT'                    
-->
<!--                                                                       
-->
<!-- ======================================================================
-->

<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>
  <groupId>company.artifactgroup</groupId>
  <artifactId>ApplName</artifactId>
  <name>artifactgroup/ApplName</name>
  <version>1.0.2-SNAPSHOT</version>
  <url>http://www.company.com/</url>
  <ciManagement>
    <system>Continuum</system>
    <url>http://artifactrepo:8080/continuum</url>
    <notifiers>
      <notifier>
        <sendOnSuccess>false</sendOnSuccess>
        <sendOnWarning>false</sendOnWarning>
        <configuration>
          <address>DevelopersList@company.com</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <developers>
    <developer>
      <id>devlist</id>
      <name>Joe Developer</name>
      Joe.Developer@company.com
      <organization>Company</organization>
      <roles>
        <role>Java Developer</role>
      </roles>
      <timezone>-5</timezone>
    </developer>
  </developers>
  <scm>
   
<connection>scm:cvs:ext:bldmgr@cvsserver.company.com:/home/cvs:artifactgroup/ApplName</connection>
   
<developerConnection>scm:cvs:ext:bldmgr@cvsserver.company.com:/home/cvs:artifactgroup/ApplName</developerConnection>
   
<url>http://cvsserver.company.com/cgi-bin/viewcvs.cgi/artifactgroup/ApplName/</url>
  </scm>
  <build>
   
<sourceDirectory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/main/java</sourceDirectory>
    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
   
<testSourceDirectory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/test</testSourceDirectory>
   
<outputDirectory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/target/classes</outputDirectory>
   
<testOutputDirectory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/target/test-classes</testOutputDirectory>
    <resources>
      <resource>
       
<directory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/xml</directory>
        <includes>
          <include>*/**</include>
        </includes>
      </resource>
      <resource>
       
<directory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/resources</directory>
        <includes>
          <include>*/**</include>
        </includes>
      </resource>
    </resources>
    <testResources>
      <testResource>
       
<directory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/xml</directory>
        <includes>
          <include>*/**</include>
        </includes>
      </testResource>
      <testResource>
       
<directory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/src/resources</directory>
        <includes>
          <include>*/**</include>
        </includes>
      </testResource>
    </testResources>
   
<directory>/home/devuser/Company/Build_Trees/cvsserver/applname/ApplName/target</directory>
    <finalName>ApplName-1.0.2-SNAPSHOT</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-compiler</artifactId>
        <version>2.0.2</version>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven</artifactId>
        <version>1.2</version>
        <executions>
          <execution>
            <id>add-precompile-source</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>add-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>src/main/com/company/appl/name/util</source>
              </sources>
            </configuration>
          </execution>
          <execution>
            <id>add-source</id>
            <phase>process-resources</phase>
            <goals>
              <goal>add-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>src/main</source>
              </sources>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-compiler</artifactId>
        <version>2.0.2</version>
        <executions>
          <execution>
            <id />
            <phase>generate-sources</phase>
            <goals>
              <goal>compile</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
          <fork>true</fork>
          <meminitial>128m</meminitial>
          <maxmem>256m</maxmem>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.jvnet.jaxb1.maven2</groupId>
        <artifactId>maven-jaxb1</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
        <dependencies>
          <dependency>
            <groupId>org.jvnet.jaxbcommons</groupId>
            <artifactId>jaxbcommons-core</artifactId>
            <version>1.0.3</version>
          </dependency>
        </dependencies>
        <configuration>
          <schemaDirectory>src/xml/schema</schemaDirectory>
          <schemaLanguage>XMLSCHEMA</schemaLanguage>
         
<generateDirectory>${project.build.directory}/gen-jaxb</generateDirectory>
          <args>
            <arg>-Xequals</arg>
            <arg>-XhashCode</arg>
            <arg>-Xenums</arg>
          </args>
          <extension>true</extension>
          <verbose>true</verbose>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar</artifactId>
        <version>2.2</version>
        <configuration>
          <archive>
            <manifest>
              <addClasspath>true</addClasspath>
            </manifest>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source</artifactId>
        <version>2.0.4</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
        <inherited>true</inherited>
      </plugin>
      <plugin>
        <artifactId>maven-release</artifactId>
        <version>2.0-beta-7</version>
        <configuration>
          <goals>deploy</goals>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-help</artifactId>
        <version>2.1</version>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <url>http://artifactrepo.company.com:8081/artifactory/repo</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>snapshots</id>
      <url>http://artifactrepo.company.com:8081/artifactory/repo</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
     
<url>http://artifactrepo.company.com:8081/artifactory/plugins-releases</url>
    </pluginRepository>
    <pluginRepository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>snapshots</id>
     
<url>http://artifactrepo.company.com:8081/artifactory/plugins-snapshots</url>
    </pluginRepository>
  </pluginRepositories>
  <dependencies>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>com.sun.msv.datatype.xsd</groupId>
      <artifactId>xsdlib</artifactId>
      <version>20060615</version>
      <exclusions>
        <exclusion>
          <artifactId>isorelax</artifactId>
          <groupId>isorelax</groupId>
        </exclusion>
        <exclusion>
          <artifactId>relaxngDatatype</artifactId>
          <groupId>relaxngDatatype</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring</artifactId>
      <version>2.5.2</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>1.0.6</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
    <dependency>
      <groupId>company.artifactgroup</groupId>
      <artifactId>ApplGenericUtils</artifactId>
      <version>1.0.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>msv</groupId>
      <artifactId>relaxngDatatype</artifactId>
      <version>20050913</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1</version>
    </dependency>
    <dependency>
      <groupId>msv</groupId>
      <artifactId>isorelax</artifactId>
      <version>20050913</version>
    </dependency>
  </dependencies>
  <reporting>
    <outputDirectory>target/site</outputDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-project-info-reports</artifactId>
        <version>2.1</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>index</report>
              <report>dependencies</report>
              <report>cim</report>
              <report>scm</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>surefire-report-maven</artifactId>
        <configuration>
          <testFailureIgnore>true</testFailureIgnore>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jxr-maven</artifactId>
        <version>2.0-beta-1</version>
      </plugin>
      <plugin>
        <artifactId>maven-checkstyle</artifactId>
        <version>2.2</version>
      </plugin>
      <plugin>
        <artifactId>maven-pmd</artifactId>
        <version>2.4</version>
        <configuration>
          <targetjdk>1.4</targetjdk>
          <rulesets>
            <ruleset>/rulesets/basic.xml</ruleset>
            <ruleset>/rulesets/controversial.xml</ruleset>
          </rulesets>
          <format>xml</format>
          <linkXref>true</linkXref>
          <sourceEncoding>utf-8</sourceEncoding>
          <minimumTokens>100</minimumTokens>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-deploy</artifactId>
        <version>2.4</version>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changelog-maven</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>taglist-maven</artifactId>
        <version>2.2</version>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <repository>
      <uniqueVersion>false</uniqueVersion>
      <id>distribution</id>
      <name>Distribution Repository</name>
      <url>${htdocs}/maven2</url>
    </repository>
    <site>
      <id>website</id>
      <url>${htdocs}/sites/artifactgroup/ApplName</url>
    </site>
  </distributionManagement>
  <properties>
    <jdk.1.4.2.javac>/usr/java/j2sdk1.4.2_16/bin/javac</jdk.1.4.2.javac>
    <jdk.1.4.2.jvm>/usr/java/j2sdk1.4.2_16/bin/java</jdk.1.4.2.jvm>
    <jdk.1.4.2.path>/usr/java/j2sdk1.4.2_16</jdk.1.4.2.path>
    <was.home>/opt/IBM/SDP70/runtimes/base_v51</was.home>
    <was6.home>/opt/IBM/SDP70/runtimes/base_v61</was6.home>
  </properties>
</project>

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 59 seconds
[INFO] Finished at: Wed Sep 24 08:05:19 EDT 2008
[INFO] Final Memory: 5M/46M
[INFO]
------------------------------------------------------------------------



Nick Stolwijk-4 wrote:
> 
> I just read a thread over at the Dev list [1] which talked about these
> stub plugins. Could you run mvn help:effective-pom to see which deploy
> plugin version is resolved?
> 
> Hth,
> 
> [1]
> http://www.nabble.com/Unintended-usage-of-core-plugin-stubs-td19633933.html
> 
> Nick Stolwijk
> ~Java Developer~
> 
> Iprofs BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> www.iprofs.nl
> 
> 
> 
> On Tue, Sep 23, 2008 at 10:51 PM, smitherz <ri...@gmail.com> wrote:
>>
>> I just figured out I seem to be picking up this ...
>> [DEBUG]
>> org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:0.1-stub-SNAPSHOT:runtime
>> (selected for runtime)
>>
>> Now, I have specified every plugin declared in my pom to release
>> versions.
>> How do I get this one forced out? I have
>> ...
>>      <plugin>
>>        <artifactId>maven-deploy-plugin</artifactId>
>>        <version>2.4</version>
>>      </plugin>
>> ...
>> defined also. Seems to be ignoring it.
>>
>> Scott
>>
>>
>> smitherz wrote:
>>>
>>> Hi all,
>>>
>>> I am fairly new to maven but have had it working for almost a year with
>>> no
>>> real issues. Today I was trying to fix my
>>> build problem in continuum and found out it was maven or a plugin that
>>> has
>>> possibly changed behavior.
>>>
>>> I run a build on about 30 modules from continuum and use a command from
>>> continuum like...
>>>    mvn -e -Ddeploylocation=file:///home/apache/ci_repo  clean deploy
>>>
>>> Running the same maven command manually gets this same behavior as
>>> continuum does.
>>> I noticed that the last time the files in that tree were updated was the
>>> 9/19/2008. I also found that the jars I was
>>> successfully creating were in their respective workspace/target
>>> directories. They were no longer getting copied to
>>> the "-Ddeploylocation=" directory. Instead I am seeing this at the end
>>> of
>>> my build logs.
>>>
>>> .....
>>> [INFO] [install:install]
>>> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
>>> target/install-install.txt
>>> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
>>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
>>> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
>>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
>>> [INFO] [deploy:deploy]
>>> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
>>> target/deploy-deploy.txt
>>> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
>>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
>>> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
>>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD SUCCESSFUL
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 4 minutes 16 seconds
>>> [INFO] Finished at: Tue Sep 23 12:33:32 EDT 2008
>>> [INFO] Final Memory: 63M/233M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> Those deploy-deploy.txt and install-install.txt files are all zero
>>> bytes.
>>>
>>> Help? I am at a loss as to what I need to adjust to get the previous
>>> behavior of the copy. My guess is that a plugin
>>> was updated and I got the new functions. I am trying to nail down my
>>> <version> info in my poms but it takes time.
>>>
>>> I am using Maven 2.0.8 and a 1.5 jdk.
>>>
>>> thanks,
>>> Scott
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19636766.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19647520.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: deploy goal no longer deploying

Posted by Nick Stolwijk <ni...@gmail.com>.
I just read a thread over at the Dev list [1] which talked about these
stub plugins. Could you run mvn help:effective-pom to see which deploy
plugin version is resolved?

Hth,

[1] http://www.nabble.com/Unintended-usage-of-core-plugin-stubs-td19633933.html

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl



On Tue, Sep 23, 2008 at 10:51 PM, smitherz <ri...@gmail.com> wrote:
>
> I just figured out I seem to be picking up this ...
> [DEBUG]
> org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:0.1-stub-SNAPSHOT:runtime
> (selected for runtime)
>
> Now, I have specified every plugin declared in my pom to release versions.
> How do I get this one forced out? I have
> ...
>      <plugin>
>        <artifactId>maven-deploy-plugin</artifactId>
>        <version>2.4</version>
>      </plugin>
> ...
> defined also. Seems to be ignoring it.
>
> Scott
>
>
> smitherz wrote:
>>
>> Hi all,
>>
>> I am fairly new to maven but have had it working for almost a year with no
>> real issues. Today I was trying to fix my
>> build problem in continuum and found out it was maven or a plugin that has
>> possibly changed behavior.
>>
>> I run a build on about 30 modules from continuum and use a command from
>> continuum like...
>>    mvn -e -Ddeploylocation=file:///home/apache/ci_repo  clean deploy
>>
>> Running the same maven command manually gets this same behavior as
>> continuum does.
>> I noticed that the last time the files in that tree were updated was the
>> 9/19/2008. I also found that the jars I was
>> successfully creating were in their respective workspace/target
>> directories. They were no longer getting copied to
>> the "-Ddeploylocation=" directory. Instead I am seeing this at the end of
>> my build logs.
>>
>> .....
>> [INFO] [install:install]
>> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
>> target/install-install.txt
>> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
>> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
>> [INFO] [deploy:deploy]
>> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
>> target/deploy-deploy.txt
>> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
>> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
>> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4 minutes 16 seconds
>> [INFO] Finished at: Tue Sep 23 12:33:32 EDT 2008
>> [INFO] Final Memory: 63M/233M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> Those deploy-deploy.txt and install-install.txt files are all zero bytes.
>>
>> Help? I am at a loss as to what I need to adjust to get the previous
>> behavior of the copy. My guess is that a plugin
>> was updated and I got the new functions. I am trying to nail down my
>> <version> info in my poms but it takes time.
>>
>> I am using Maven 2.0.8 and a 1.5 jdk.
>>
>> thanks,
>> Scott
>>
>>
>
> --
> View this message in context: http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19636766.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: deploy goal no longer deploying

Posted by smitherz <ri...@gmail.com>.
I just figured out I seem to be picking up this ...
[DEBUG]
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:0.1-stub-SNAPSHOT:runtime
(selected for runtime)

Now, I have specified every plugin declared in my pom to release versions.
How do I get this one forced out? I have 
...
      <plugin>
        <artifactId>maven-deploy-plugin</artifactId>
	<version>2.4</version>
      </plugin>
...
defined also. Seems to be ignoring it.

Scott


smitherz wrote:
> 
> Hi all,
> 
> I am fairly new to maven but have had it working for almost a year with no
> real issues. Today I was trying to fix my 
> build problem in continuum and found out it was maven or a plugin that has
> possibly changed behavior.
> 
> I run a build on about 30 modules from continuum and use a command from
> continuum like...
>    mvn -e -Ddeploylocation=file:///home/apache/ci_repo  clean deploy
> 
> Running the same maven command manually gets this same behavior as
> continuum does.
> I noticed that the last time the files in that tree were updated was the
> 9/19/2008. I also found that the jars I was
> successfully creating were in their respective workspace/target
> directories. They were no longer getting copied to 
> the "-Ddeploylocation=" directory. Instead I am seeing this at the end of
> my build logs.
> 
> .....
> [INFO] [install:install]
> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
> target/install-install.txt
> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt
> [INFO] [deploy:deploy]
> [INFO] [MAVEN-CORE-IT-LOG] Using output file path:
> target/deploy-deploy.txt
> [INFO] [MAVEN-CORE-IT-LOG] Creating output file:
> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
> [INFO] [MAVEN-CORE-IT-LOG] Created output file:
> /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4 minutes 16 seconds
> [INFO] Finished at: Tue Sep 23 12:33:32 EDT 2008
> [INFO] Final Memory: 63M/233M
> [INFO]
> ------------------------------------------------------------------------
> 
> Those deploy-deploy.txt and install-install.txt files are all zero bytes.
> 
> Help? I am at a loss as to what I need to adjust to get the previous
> behavior of the copy. My guess is that a plugin 
> was updated and I got the new functions. I am trying to nail down my
> <version> info in my poms but it takes time.
> 
> I am using Maven 2.0.8 and a 1.5 jdk.
> 
> thanks,
> Scott
> 
> 

-- 
View this message in context: http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19636766.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org