Nikolay Izhikov created IGNITE-12926:
----------------------------------------

             Summary: [ignite-extensions] build failed
                 Key: IGNITE-12926
                 URL: https://issues.apache.org/jira/browse/IGNITE-12926
             Project: Ignite
          Issue Type: Test
            Reporter: Nikolay Izhikov
            Assignee: Nikolay Izhikov


The current master in ignite-extension can't be built.

The reason in parent pom.xml which contains 
org.apache.ignite:ignite-tools:1.0-SNAPSHOT dependency for Javadoc plugin.

The version has taken from the project version.

{noformat}
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <version>${maven.javadoc.plugin.version}</version>
                    <configuration>
                        <taglets>
                            <taglet>
                                
<tagletClass>org.apache.ignite.tools.javadoc.IgniteLinkTaglet</tagletClass>
                                <tagletArtifact>
                                    <groupId>org.apache.ignite</groupId>
                                    <artifactId>ignite-tools</artifactId>
                                    <version>${project.version}</version>
                                </tagletArtifact>
                            </taglet>
                        </taglets>
                        <doctitle>Ignite ${project.version}</doctitle>
                        <windowtitle>Ignite ${project.version}</windowtitle>
                        <breakiterator>true</breakiterator>
                        <verbose>true</verbose>
                        <show>protected</show>
                        <use>true</use>
                        <author>false</author>
                        <version>false</version>
                        <additionalparam>${javadoc.opts}</additionalparam>
{noformat}

{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ignite-flink-ext 1.0.0-SNAPSHOT .................... FAILURE [  5.227 s]
[INFO] ignite-flume-ext 1.0.0-SNAPSHOT .................... SKIPPED
[INFO] ignite-pub-sub 2.9.0-SNAPSHOT ...................... SKIPPED
[INFO] ignite-spring-boot-autoconfigure 1.0.0-SNAPSHOT .... SKIPPED
[INFO] ignite-client-spring-boot-autoconfigure 1.0.0-SNAPSHOT SKIPPED
[INFO] ignite-zeromq-ext 1.0.0-SNAPSHOT ................... SKIPPED
[INFO] apache-ignite-extensions 1.0.0-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.812 s
[INFO] Finished at: 2020-04-21T13:56:20+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (module-javadoc) on 
project ignite-flink-ext: MavenReportException: Error while generating Javadoc: 
Unable to find artifact:groupId = 'org.apache.ignite'
[ERROR] artifactId = 'ignite-tools'
[ERROR] version = '1.0.0-SNAPSHOT': Failure to find 
org.apache.ignite:ignite-tools:pom:1.0.0-SNAPSHOT in 
https://h2database.com/m2-repo was cached in the local repository, resolution 
will not be reattempted until the update interval of h2database.com has elapsed 
or updates are forced
[ERROR] 
[ERROR]   org.apache.ignite:ignite-tools:pom:1.0.0-SNAPSHOT
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR]   h2database.com (https://h2database.com/m2-repo, releases=false, 
snapshots=true),
[ERROR]   apache.snapshots (http://repository.apache.org/snapshots, 
releases=false, snapshots=true),
[ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, 
snapshots=false)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to