[JBoss JIRA] (ISPN-4885) Deployment Commands does not exist in CLI
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-4885:
--------------------------------------
Summary: Deployment Commands does not exist in CLI
Key: ISPN-4885
URL: https://issues.jboss.org/browse/ISPN-4885
Project: Infinispan
Issue Type: Enhancement
Components: JMX, reporting and management, Server
Affects Versions: 7.0.0.CR2
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Critical
Fix For: 7.0.0.Final
There is NO deploy or undeploy command in JDG CLI. When we want to deploy some JAR file we should provide user deployment functionality via CLI
Steps to Reproduce:
1. run infinispan-server/bin/cli.sh
2. connect
3. press <TAB>
Actual results: no deploy/undeploy command is available
Expected results: deploy/undeploy commands should be available for user
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4884) Deployment scanner should be enabled to allow filter/converter jar deployment
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4884?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4884:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1156397
> Deployment scanner should be enabled to allow filter/converter jar deployment
> -----------------------------------------------------------------------------
>
> Key: ISPN-4884
> URL: https://issues.jboss.org/browse/ISPN-4884
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 7.0.0.CR2
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Critical
> Fix For: 7.0.0.Final
>
>
> When we want to copy JARS and deploy it on JDG server in standalone/clustered.xml is no deployment-scanner element defined. It should be added when server is built
> Steps to Reproduce:
> 1. cp filter-converter.jar infinispan-server-7.0.0.CR2/standalone/deployments/
> 2. look at console output of server
> 3. check if there is no output from deployment scanner
> Current results: not output from deployment scanner, because it is not enabled
> Expected results: we should see following output in console log
> JBAS015012: Started FileSystemDeploymentService for directory /home/infinispan-server-7.0.0.CR2/standalone/deployments
> JBAS015876: Starting deployment of "filter-converter.jar" (runtime-name: "filter-converter.jar")
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4884) Deployment scanner should be enabled to allow filter/converter jar deployment
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-4884:
--------------------------------------
Summary: Deployment scanner should be enabled to allow filter/converter jar deployment
Key: ISPN-4884
URL: https://issues.jboss.org/browse/ISPN-4884
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 7.0.0.CR2
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Critical
Fix For: 7.0.0.Final
When we want to copy JARS and deploy it on JDG server in standalone/clustered.xml is no deployment-scanner element defined. It should be added when server is built
Steps to Reproduce:
1. cp filter-converter.jar infinispan-server-7.0.0.CR2/standalone/deployments/
2. look at console output of server
3. check if there is no output from deployment scanner
Current results: not output from deployment scanner, because it is not enabled
Expected results: we should see following output in console log
JBAS015012: Started FileSystemDeploymentService for directory /home/infinispan-server-7.0.0.CR2/standalone/deployments
JBAS015876: Starting deployment of "filter-converter.jar" (runtime-name: "filter-converter.jar")
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4868) Release.py script fails to copy artifacts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4868:
------------------------------------
Fix Version/s: 7.0.0.Final
> Release.py script fails to copy artifacts
> -----------------------------------------
>
> Key: ISPN-4868
> URL: https://issues.jboss.org/browse/ISPN-4868
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Blocker
> Fix For: 7.0.0.Final
>
>
> {code}
> [INFO] Step 8: Complete
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/client/target/distribution to 7.0.0.CR2
> [INFO] Copying from /mnt/ebs/release/infinispan/distribution/target/distribution to 7.0.0.CR2
> Process Process-3:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/embedded/target/distribution to 7.0.0.CR2
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> [INFO] Copying from /mnt/ebs/release/infinispan/server/integration/target/distribution to 7.0.0.CR2
> File "/usr/lib64/python2.6/shutil.py", line 95, in copy2
> copyfile(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '7.0.0.CR2'
> Process Process-2:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-7.0.0.CR2-minimal.zip'
> Process Process-4:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-as-embedded-modules-7.0.0.CR2.zip'
> {code}
> Only two artifacts are copied:
> infinispan-server-7.0.0.VERSION-bin.zip
> infinispan-server-7.0.0.VERSION-sources.zip
> Missing artifacts:
> infinispan-7.0.0.VERSION-all.zip
> infinispan-7.0.0.VERSION-bin.zip
> infinispan-7.0.0.VERSION-src.zip
> infinispan-as-client-modules-7.0.0.VERSION.zip
> infinispan-as-embedded-modules-7.0.0.VERSION.zip
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4868) Release.py script fails to copy artifacts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4868:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2992
> Release.py script fails to copy artifacts
> -----------------------------------------
>
> Key: ISPN-4868
> URL: https://issues.jboss.org/browse/ISPN-4868
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Blocker
> Fix For: 7.0.0.Final
>
>
> {code}
> [INFO] Step 8: Complete
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/client/target/distribution to 7.0.0.CR2
> [INFO] Copying from /mnt/ebs/release/infinispan/distribution/target/distribution to 7.0.0.CR2
> Process Process-3:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/embedded/target/distribution to 7.0.0.CR2
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> [INFO] Copying from /mnt/ebs/release/infinispan/server/integration/target/distribution to 7.0.0.CR2
> File "/usr/lib64/python2.6/shutil.py", line 95, in copy2
> copyfile(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '7.0.0.CR2'
> Process Process-2:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-7.0.0.CR2-minimal.zip'
> Process Process-4:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-as-embedded-modules-7.0.0.CR2.zip'
> {code}
> Only two artifacts are copied:
> infinispan-server-7.0.0.VERSION-bin.zip
> infinispan-server-7.0.0.VERSION-sources.zip
> Missing artifacts:
> infinispan-7.0.0.VERSION-all.zip
> infinispan-7.0.0.VERSION-bin.zip
> infinispan-7.0.0.VERSION-src.zip
> infinispan-as-client-modules-7.0.0.VERSION.zip
> infinispan-as-embedded-modules-7.0.0.VERSION.zip
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4868) Release.py script fails to copy artifacts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4868:
------------------------------------
Status: Open (was: New)
> Release.py script fails to copy artifacts
> -----------------------------------------
>
> Key: ISPN-4868
> URL: https://issues.jboss.org/browse/ISPN-4868
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Blocker
> Fix For: 7.0.0.Final
>
>
> {code}
> [INFO] Step 8: Complete
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/client/target/distribution to 7.0.0.CR2
> [INFO] Copying from /mnt/ebs/release/infinispan/distribution/target/distribution to 7.0.0.CR2
> Process Process-3:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/embedded/target/distribution to 7.0.0.CR2
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> [INFO] Copying from /mnt/ebs/release/infinispan/server/integration/target/distribution to 7.0.0.CR2
> File "/usr/lib64/python2.6/shutil.py", line 95, in copy2
> copyfile(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '7.0.0.CR2'
> Process Process-2:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-7.0.0.CR2-minimal.zip'
> Process Process-4:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-as-embedded-modules-7.0.0.CR2.zip'
> {code}
> Only two artifacts are copied:
> infinispan-server-7.0.0.VERSION-bin.zip
> infinispan-server-7.0.0.VERSION-sources.zip
> Missing artifacts:
> infinispan-7.0.0.VERSION-all.zip
> infinispan-7.0.0.VERSION-bin.zip
> infinispan-7.0.0.VERSION-src.zip
> infinispan-as-client-modules-7.0.0.VERSION.zip
> infinispan-as-embedded-modules-7.0.0.VERSION.zip
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4868) Release.py script fails to copy artifacts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-4868:
-----------------------------------------
This is likely a race condition in the release.py script. It works if disabling multithread on ~/.infinispan_dev_settings
> Release.py script fails to copy artifacts
> -----------------------------------------
>
> Key: ISPN-4868
> URL: https://issues.jboss.org/browse/ISPN-4868
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Blocker
>
> {code}
> [INFO] Step 8: Complete
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/client/target/distribution to 7.0.0.CR2
> [INFO] Copying from /mnt/ebs/release/infinispan/distribution/target/distribution to 7.0.0.CR2
> Process Process-3:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/embedded/target/distribution to 7.0.0.CR2
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> [INFO] Copying from /mnt/ebs/release/infinispan/server/integration/target/distribution to 7.0.0.CR2
> File "/usr/lib64/python2.6/shutil.py", line 95, in copy2
> copyfile(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '7.0.0.CR2'
> Process Process-2:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-7.0.0.CR2-minimal.zip'
> Process Process-4:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-as-embedded-modules-7.0.0.CR2.zip'
> {code}
> Only two artifacts are copied:
> infinispan-server-7.0.0.VERSION-bin.zip
> infinispan-server-7.0.0.VERSION-sources.zip
> Missing artifacts:
> infinispan-7.0.0.VERSION-all.zip
> infinispan-7.0.0.VERSION-bin.zip
> infinispan-7.0.0.VERSION-src.zip
> infinispan-as-client-modules-7.0.0.VERSION.zip
> infinispan-as-embedded-modules-7.0.0.VERSION.zip
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4868) Release.py script fails to copy artifacts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-4868:
---------------------------------------
Assignee: Gustavo Fernandes
> Release.py script fails to copy artifacts
> -----------------------------------------
>
> Key: ISPN-4868
> URL: https://issues.jboss.org/browse/ISPN-4868
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Blocker
>
> {code}
> [INFO] Step 8: Complete
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/client/target/distribution to 7.0.0.CR2
> [INFO] Copying from /mnt/ebs/release/infinispan/distribution/target/distribution to 7.0.0.CR2
> Process Process-3:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> [INFO] Copying from /mnt/ebs/release/infinispan/as-modules/embedded/target/distribution to 7.0.0.CR2
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> [INFO] Copying from /mnt/ebs/release/infinispan/server/integration/target/distribution to 7.0.0.CR2
> File "/usr/lib64/python2.6/shutil.py", line 95, in copy2
> copyfile(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '7.0.0.CR2'
> Process Process-2:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-7.0.0.CR2-minimal.zip'
> Process Process-4:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "bin/release.py", line 204, in upload_artifacts
> File "/usr/lib64/python2.6/shutil.py", line 96, in copy2
> copystat(src, dst)
> File "/usr/lib64/python2.6/shutil.py", line 66, in copystat
> os.utime(dst, (st.st_atime, st.st_mtime))
> OSError: [Errno 2] No such file or directory: '7.0.0.CR2/infinispan-as-embedded-modules-7.0.0.CR2.zip'
> {code}
> Only two artifacts are copied:
> infinispan-server-7.0.0.VERSION-bin.zip
> infinispan-server-7.0.0.VERSION-sources.zip
> Missing artifacts:
> infinispan-7.0.0.VERSION-all.zip
> infinispan-7.0.0.VERSION-bin.zip
> infinispan-7.0.0.VERSION-src.zip
> infinispan-as-client-modules-7.0.0.VERSION.zip
> infinispan-as-embedded-modules-7.0.0.VERSION.zip
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4865) Missing artifact sources during javadoc generation on distribution
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4865?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4865:
------------------------------------
Status: Open (was: New)
> Missing artifact sources during javadoc generation on distribution
> ------------------------------------------------------------------
>
> Key: ISPN-4865
> URL: https://issues.jboss.org/browse/ISPN-4865
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 7.0.0.Final
>
>
> {{mvn clean install -Dmaven.test.skip.exec=true -Pdistribution -s maven-settings.xml}}
> Fails with:
> {code}
> [INFO] Infinispan Distribution ............................ FAILURE [ 31.539 s]
> [INFO] Infinispan ......................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 46.833 s
> [INFO] Finished at: 2014-10-20T20:22:20+00:00
> [INFO] Final Memory: 73M/261M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:javadoc (javadoc) on project infinispan-distribution: An error has occurred in JavaDocs report generation: Failed to resolve one or more javadoc source/resource artifacts:
> [ERROR]
> [ERROR] Missing:
> [ERROR] ----------
> [ERROR] 1) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR] Path to dependency:
> [ERROR] 1) org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR] 2) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR]
> [ERROR] for artifact:
> [ERROR] org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] redhat-earlyaccess-repository-group (http://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=true),
> [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months